ovs-dpctl: Describe -s option in usage message.
authorBen Pfaff <blp@nicira.com>
Fri, 30 Nov 2012 00:14:53 +0000 (16:14 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 30 Nov 2012 02:52:48 +0000 (18:52 -0800)
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Kyle Mestery <kmestery@cisco.com>
utilities/ovs-dpctl.c

index 729c1e7..2e32604 100644 (file)
@@ -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");