From b328b55b4a34b2bb4ea22d5a58ae10f3779cb761 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 16 Jun 2011 14:07:12 -0700 Subject: [PATCH] ovs-appctl: Fix typo in usage message. Reported-by: Reid Price Bug #5978. --- utilities/ovs-appctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2