From 733970eb4205bdf27f6e2310bf56fe9526b1927b Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 29 Nov 2012 16:14:53 -0800 Subject: [PATCH] ovs-dpctl: Describe -s option in usage message. Signed-off-by: Ben Pfaff Acked-by: Kyle Mestery --- utilities/ovs-dpctl.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"); -- 2.43.0