From: Lennart Poettering Date: Thu, 8 Aug 2013 19:12:03 +0000 (+0200) Subject: systemctl: add missing newline to --help output X-Git-Tag: v207~158 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f535088ef72a92533f2c4270d06289c89737fa2a;p=thirdparty%2Fsystemd.git systemctl: add missing newline to --help output --- diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 8ec1824f3b5..3dd74c26947 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -4650,7 +4650,7 @@ static int systemctl_help(void) { " link [PATH...] Link one or more units files into\n" " the search path\n" " get-default Get the name of the default target\n" - " set-default NAME Set the default target\n" + " set-default NAME Set the default target\n\n" "Job Commands:\n" " list-jobs List jobs\n" " cancel [JOB...] Cancel all, one, or more jobs\n\n"