From f535088ef72a92533f2c4270d06289c89737fa2a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 8 Aug 2013 21:12:03 +0200 Subject: [PATCH] systemctl: add missing newline to --help output --- src/systemctl/systemctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 8ec1824f3..3dd74c269 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" -- 2.30.2