From: Zbigniew Jędrzejewski-Szmek Date: Sun, 25 Jan 2015 02:07:27 +0000 (-0500) Subject: machinectl: fix typo X-Git-Tag: v219~308 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=56b921c3d863f0e098f60f934e6c5880575c68ab machinectl: fix typo --- diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index 14cff6eab..728cd4262 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"