chiark / gitweb /
machinectl: fix typo
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 25 Jan 2015 02:07:27 +0000 (21:07 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 25 Jan 2015 02:11:45 +0000 (21:11 -0500)
src/machine/machinectl.c

index 14cff6eabb6d0d6bf3e8af63b43524b96c6f54e3..728cd42629fe41c7395d02bf5ad4035fd6e86e87 100644 (file)
@@ -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"