chiark / gitweb /
systemctl: add missing newline to --help output
authorLennart Poettering <lennart@poettering.net>
Thu, 8 Aug 2013 19:12:03 +0000 (21:12 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 9 Aug 2013 17:05:07 +0000 (19:05 +0200)
src/systemctl/systemctl.c

index 8ec1824f3b55819e4c3d0d48a091d618fdbaabc7..3dd74c26947871ed1f7fe4ce3942c777ba195c4d 100644 (file)
@@ -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"