From: Lennart Poettering Date: Thu, 22 Jan 2015 14:14:23 +0000 (+0100) Subject: machinectl: various minor updates to the --help text X-Git-Tag: v219~359 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=b5b38b41c37dbe1a117af9bf99e94b58ac91239a;ds=sidebyside machinectl: various minor updates to the --help text --- diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index fa98d0b03..1bda9a083 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -2239,18 +2239,18 @@ static int help(int argc, char *argv[], void *userdata) { " copy-from NAME PATH [PATH] Copy files from a container to the host\n" " bind NAME PATH [PATH] Bind mount a path from the host into a container\n\n" "Image Commands:\n" - " list-images Show available images\n" + " list-images Show available container annd VM images\n" " image-status NAME... Show image details\n" " show-image NAME... Show properties of image\n" " clone NAME NAME Clone an image\n" " rename NAME NAME Rename an image\n" " read-only NAME [BOOL] Mark or unmark image read-only\n" " remove NAME... Remove an image\n\n" - "Transfer Commands:\n" - " pull-tar URL [NAME] Download a TAR image\n" - " pull-raw URL [NAME] Download a RAW image\n" - " pull-dkr REMOTE [NAME] Download a DKR image\n" - " list-transfers Show list of current downloads\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" + " pull-dkr REMOTE [NAME] Download a DKR container image\n" + " list-transfers Show list of downloads in progress\n" " cancel-transfer Cancel a download\n" , program_invocation_short_name);