[ovs-dev] [PATCH] ovs-dpctl: Describe -s option in usage message.

Ben Pfaff blp at nicira.com
Fri Nov 30 00:14:53 UTC 2012


Signed-off-by: Ben Pfaff <blp at nicira.com>
---
 utilities/ovs-dpctl.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/utilities/ovs-dpctl.c b/utilities/ovs-dpctl.c
index 729c1e7..2e32604 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");
-- 
1.7.2.5




More information about the dev mailing list