summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-08-08 21:12:03 +0200
committerLennart Poettering <lennart@poettering.net>2013-08-09 19:05:07 +0200
commitf535088ef72a92533f2c4270d06289c89737fa2a (patch)
tree06f776e0aaecc3f4c9ee4cab2cc44e04c9683cf8 /src
parent19c98efe17155734698c12482cd40834a89f0e48 (diff)
systemctl: add missing newline to --help output
Diffstat (limited to 'src')
-rw-r--r--src/systemctl/systemctl.c2
1 files changed, 1 insertions, 1 deletions
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"