summaryrefslogtreecommitdiff
path: root/utilities
diff options
context:
space:
mode:
authorTonghao Zhang <xiangxia.m.yue@gmail.com>2018-04-04 02:30:09 -0700
committerBen Pfaff <blp@ovn.org>2018-04-04 14:17:55 -0700
commitca3123807e7bff2dd77c5cab31e0d60308c65637 (patch)
tree3ae268008779b3e79aa79215fdf27ee52d2de071 /utilities
parent4e08f7cdada008b54617a4ff0b117dd7633a7cae (diff)
downloadopenvswitch-ca3123807e7bff2dd77c5cab31e0d60308c65637.tar.gz
ovs-ofctl: Add '--no-names' to usage message.
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: 50f96b10e1c8 ("Support accepting and displaying port names in OVS tools.") Cc: Ben Pfaff <blp@ovn.org> Signed-off-by: Tonghao Zhang <xiangxia.m.yue@gmail.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'utilities')
-rw-r--r--utilities/ovs-ofctl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utilities/ovs-ofctl.c b/utilities/ovs-ofctl.c
index 4d9e8743e..6708b07a5 100644
--- a/utilities/ovs-ofctl.c
+++ b/utilities/ovs-ofctl.c
@@ -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"