summaryrefslogtreecommitdiff
path: root/src/machine/machinectl.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-04-22 17:14:30 +0200
committerLennart Poettering <lennart@poettering.net>2016-04-22 17:14:30 +0200
commit5bda1f47b3f4b91e55df2f5a773fc83d3e7bf4fd (patch)
tree841d258cd4543244c81788bd000a629d01183ddb /src/machine/machinectl.c
parenta11fe93e04e775c3ce2ace92be761d5ff9fce2d9 (diff)
downloadsystemd-5bda1f47b3f4b91e55df2f5a773fc83d3e7bf4fd.tar.gz
machinectl: fix misplaced newline in --help output
Diffstat (limited to 'src/machine/machinectl.c')
-rw-r--r--src/machine/machinectl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c
index c370ed57ec..c9d41268c6 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"