summaryrefslogtreecommitdiff
path: root/utilities/ovs-dpctl.c
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-11-29 16:14:53 -0800
committerBen Pfaff <blp@nicira.com>2012-11-29 18:52:48 -0800
commit733970eb4205bdf27f6e2310bf56fe9526b1927b (patch)
tree60658f2be9941a52e8aecb23220d0ebd6b96423c /utilities/ovs-dpctl.c
parent64e2748def0682dd1022b400b28c41f539cc523b (diff)
downloadopenvswitch-733970eb4205bdf27f6e2310bf56fe9526b1927b.tar.gz
ovs-dpctl: Describe -s option in usage message.
Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Kyle Mestery <kmestery@cisco.com>
Diffstat (limited to 'utilities/ovs-dpctl.c')
-rw-r--r--utilities/ovs-dpctl.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/utilities/ovs-dpctl.c b/utilities/ovs-dpctl.c
index 729c1e764..2e326040b 100644
--- a/utilities/ovs-dpctl.c
+++ b/utilities/ovs-dpctl.c
@@ -161,7 +161,9 @@ usage(void)
"Interface table in ovs-vswitchd.conf.db(5) for an options list.\n",
program_name, program_name);
vlog_usage();
- printf("\nOther options:\n"
+ printf("\nOptions for show:\n"
+ " -s, --statistics print port statistics\n"
+ "\nOther options:\n"
" -t, --timeout=SECS give up after SECS seconds\n"
" -h, --help display this help message\n"
" -V, --version display version information\n");