Skip to content

Commit

Permalink
ovs-ofctl: Add '--no-names' to usage message.
Browse files Browse the repository at this point in the history
By default, ovs-ofctl can accept and display port
names in place of numbers.  ovs-ofctl tool exports
only the option --names, but not --no-names in
command help information.

Fixes: 50f96b1 ("Support accepting and displaying port names in OVS tools.")
Cc: Ben Pfaff <[email protected]>
Signed-off-by: Tonghao Zhang <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
xpu22 authored and blp committed Apr 4, 2018
1 parent 4e08f7c commit ca31238
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utilities/ovs-ofctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@ usage(void)
" --sort[=field] sort in ascending order\n"
" --rsort[=field] sort in descending order\n"
" --names show port names instead of numbers\n"
" --no-names show port numbers, but not names\n"
" --unixctl=SOCKET set control socket name\n"
" --color[=always|never|auto] control use of color in output\n"
" -h, --help display this help message\n"
Expand Down

0 comments on commit ca31238

Please sign in to comment.