summaryrefslogtreecommitdiff
path: root/src/machine
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-04-22 14:04:38 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-04-22 14:04:38 -0400
commit86ec5e5e29295fb2594a7899e86cda9644b98b9a (patch)
tree2107481a9703edf9094b6652d556879b983c11e1 /src/machine
parent9ba37525d0ef3d144a50ed5fd4710573e92b7ec1 (diff)
parent37e605f934892bf7458eecaeb01fc682e33cc2ad (diff)
Merge pull request #3094 from poettering/run-slice
systemd-run: fix --slice= in conjunction with --scope
Diffstat (limited to 'src/machine')
-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 7b1ede7116..1ce23f1c1d 100644
--- a/src/machine/machinectl.c
+++ b/src/machine/machinectl.c
@@ -2449,8 +2449,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"