ovs-appctl: Fix typo in usage message.
authorBen Pfaff <blp@nicira.com>
Thu, 16 Jun 2011 21:07:12 +0000 (14:07 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 16 Jun 2011 21:07:12 +0000 (14:07 -0700)
Reported-by: Reid Price <reid@nicira.com>
Bug #5978.

utilities/ovs-appctl.c

index 27fbe5e69fe539b810ffa71893d558044788cfe3..88ecfe324ac4934dd8602825ae3c621d1571453b 100644 (file)
@@ -85,7 +85,7 @@ usage(void)
            "usage: %s [TARGET] COMMAND [ARG...]\n"
            "Targets:\n"
            "  -t, --target=TARGET  pidfile or socket to contact\n"
-           "Common commands:"
+           "Common commands:\n"
            "  help               List commands supported by the target\n"
            "  vlog/list          List current logging levels\n"
            "  vlog/set MODULE[:FACILITY[:LEVEL]]\n"