diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-08-08 21:12:03 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-08-09 19:05:07 +0200 |
commit | f535088ef72a92533f2c4270d06289c89737fa2a (patch) | |
tree | 06f776e0aaecc3f4c9ee4cab2cc44e04c9683cf8 /src/systemctl | |
parent | 19c98efe17155734698c12482cd40834a89f0e48 (diff) |
systemctl: add missing newline to --help output
Diffstat (limited to 'src/systemctl')
-rw-r--r-- | src/systemctl/systemctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 8ec1824f3b..3dd74c2694 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" |