From: Ben Pfaff Date: Fri, 30 Nov 2012 00:14:53 +0000 (-0800) Subject: ovs-dpctl: Describe -s option in usage message. X-Git-Tag: sliver-openvswitch-1.9.90-3~10^2~133 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=733970eb4205bdf27f6e2310bf56fe9526b1927b;p=sliver-openvswitch.git ovs-dpctl: Describe -s option in usage message. Signed-off-by: Ben Pfaff Acked-by: Kyle Mestery --- 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");