machinectl: fix misplaced newline in --help output
authorLennart Poettering <lennart@poettering.net>
Fri, 22 Apr 2016 15:14:30 +0000 (17:14 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 22 Apr 2016 15:14:30 +0000 (17:14 +0200)
src/machine/machinectl.c

index c370ed5..c9d4126 100644 (file)
@@ -2439,8 +2439,8 @@ static int help(int argc, char *argv[], void *userdata) {
                "  rename NAME NAME            Rename an image\n"
                "  read-only NAME [BOOL]       Mark or unmark image read-only\n"
                "  remove NAME...              Remove an image\n"
-               "  set-limit [NAME] BYTES      Set image or pool size limit (disk quota)\n\n"
-               "  clean                       Remove hidden (or all) images\n"
+               "  set-limit [NAME] BYTES      Set image or pool size limit (disk quota)\n"
+               "  clean                       Remove hidden (or all) images\n\n"
                "Image Transfer Commands:\n"
                "  pull-tar URL [NAME]         Download a TAR container image\n"
                "  pull-raw URL [NAME]         Download a RAW container or VM image\n"