diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-01-24 21:07:27 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-01-24 21:11:45 -0500 |
commit | 56b921c3d863f0e098f60f934e6c5880575c68ab (patch) | |
tree | 4920578ce78faab3b45f2065c119b521407e4b8d /src/machine/machinectl.c | |
parent | cb708b1c6d970cc2376fb2c7c24b479f6f129594 (diff) |
machinectl: fix typo
Diffstat (limited to 'src/machine/machinectl.c')
-rw-r--r-- | src/machine/machinectl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index 14cff6eabb..728cd42629 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -2251,7 +2251,7 @@ 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 container annd VM images\n" + " list-images Show available container and 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" |