From: Ben Pfaff Date: Thu, 16 Jun 2011 21:07:12 +0000 (-0700) Subject: ovs-appctl: Fix typo in usage message. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b328b55b4a34b2bb4ea22d5a58ae10f3779cb761;p=openvswitch ovs-appctl: Fix typo in usage message. Reported-by: Reid Price Bug #5978. --- diff --git a/utilities/ovs-appctl.c b/utilities/ovs-appctl.c index 27fbe5e6..88ecfe32 100644 --- a/utilities/ovs-appctl.c +++ b/utilities/ovs-appctl.c @@ -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"