ofp-version-opt: Fix spelling and capitalization.
authorBen Pfaff <blp@nicira.com>
Tue, 29 Apr 2014 20:55:54 +0000 (13:55 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 29 Apr 2014 20:55:54 +0000 (13:55 -0700)
"OpenFlow" is one word.
"Version" isn't a proper noun.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Justin Pettit <jpettit@nicira.com>
lib/ofp-version-opt.c

index 10784fc..46fb45a 100644 (file)
@@ -33,9 +33,9 @@ ofp_version_usage(void)
 
     ofputil_format_version_bitmap_names(&msg, OFPUTIL_DEFAULT_VERSIONS);
     printf(
-        "\nOpen Flow Version options:\n"
+        "\nOpenFlow version options:\n"
         "  -V, --version           display version information\n"
-        "  -O, --protocols         set allowed Open Flow versions\n"
+        "  -O, --protocols         set allowed OpenFlow versions\n"
         "                          (default: %s)\n",
         ds_cstr(&msg));
     ds_destroy(&msg);