From: Lennart Poettering Date: Fri, 22 Apr 2016 15:14:30 +0000 (+0200) Subject: machinectl: fix misplaced newline in --help output X-Git-Tag: v230~148^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5bda1f47b3f4b91e55df2f5a773fc83d3e7bf4fd;p=thirdparty%2Fsystemd.git machinectl: fix misplaced newline in --help output --- diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index c370ed57ecf..c9d41268c6d 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -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"