From a6701ee7861ac9bd0e0f51996ca3a09b606dd3e3 Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Thu, 14 May 2015 15:42:49 +0300 Subject: [PATCH] Added missing newline to usage output. --- server/core/gateway.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/core/gateway.c b/server/core/gateway.c index 0dbffc637..462d28e8e 100644 --- a/server/core/gateway.c +++ b/server/core/gateway.c @@ -871,7 +871,7 @@ static void usage(void) " -D, --datadir=PATH path to data directory, stored embedded mysql tables\n" " (default: /var/cache/maxscale)\n" " -U, --user=USER run MaxScale as another user.\n" - " The user ID and group ID of this user are used to run MaxScale." + " The user ID and group ID of this user are used to run MaxScale.\n" " -s, --syslog=[yes|no] log messages to syslog (default:yes)\n" " -S, --maxscalelog=[yes|no] log messages to MaxScale log (default: yes)\n" " -v, --version print version info and exit\n"