diff --git a/src/lxc/tools/lxc_copy.c b/src/lxc/tools/lxc_copy.c index f7dc8b29d..80cfb27c0 100644 --- a/src/lxc/tools/lxc_copy.c +++ b/src/lxc/tools/lxc_copy.c @@ -112,22 +112,22 @@ Options :\n\ -n, --name=NAME NAME of the container\n\ -N, --newname=NEWNAME NEWNAME for the restored container\n\ -p, --newpath=NEWPATH NEWPATH for the container to be stored\n\ - -R, --rename rename container\n\ - -s, --snapshot create snapshot instead of clone\n\ - -F, --foreground start with current tty attached to /dev/console\n\ - -d, --daemon daemonize the container (default)\n\ - -e, --ephemeral start ephemeral container\n\ - -m, --mount directory to mount into container, either \n\ - {bind,aufs,overlay}=/src-path or {bind,aufs,overlay}=/src-path:/dst-path\n\ + -R, --rename rename container\n\ + -s, --snapshot create snapshot instead of clone\n\ + -F, --foreground start with current tty attached to /dev/console\n\ + -d, --daemon daemonize the container (default)\n\ + -e, --ephemeral start ephemeral container\n\ + -m, --mount directory to mount into container, either \n\ + {bind,aufs,overlay}=/src-path or {bind,aufs,overlay}=/src-path:/dst-path\n\ -B, --backingstorage=TYPE backingstorage type for the container\n\ - -t, --tmpfs place ephemeral container on a tmpfs\n\ - (WARNING: On reboot all changes made to the container will be lost.)\n\ - -L, --fssize size of the new block device for block device containers\n\ - -D, --keedata pass together with -e start a persistent snapshot \n\ - -K, --keepname keep the hostname of the original container\n\ - -- hook options arguments passed to the hook program\n\ - -M, --keepmac keep the MAC address of the original container\n\ - --rcfile=FILE Load configuration file FILE\n", + -t, --tmpfs place ephemeral container on a tmpfs\n\ + (WARNING: On reboot all changes made to the container will be lost.)\n\ + -L, --fssize size of the new block device for block device containers\n\ + -D, --keedata pass together with -e start a persistent snapshot \n\ + -K, --keepname keep the hostname of the original container\n\ + -- hook options arguments passed to the hook program\n\ + -M, --keepmac keep the MAC address of the original container\n\ + --rcfile=FILE Load configuration file FILE\n", .options = my_longopts, .parser = my_parser, .task = CLONE, diff --git a/src/lxc/tools/lxc_ls.c b/src/lxc/tools/lxc_ls.c index 0575277ca..e22c715ea 100644 --- a/src/lxc/tools/lxc_ls.c +++ b/src/lxc/tools/lxc_ls.c @@ -184,8 +184,8 @@ static struct lxc_arguments my_args = { lxc-ls list containers\n\ \n\ Options :\n\ - -1, --line show one entry per line\n\ - -f, --fancy column-based output\n\ + -1, --line show one entry per line\n\ + -f, --fancy column-based output\n\ -F, --fancy-format column-based output\n\ --active list only active containers\n\ --running list only running containers\n\ diff --git a/src/lxc/tools/lxc_snapshot.c b/src/lxc/tools/lxc_snapshot.c index a1166bcbc..1a79a7a1d 100644 --- a/src/lxc/tools/lxc_snapshot.c +++ b/src/lxc/tools/lxc_snapshot.c @@ -55,7 +55,7 @@ static struct lxc_arguments my_args = { lxc-snapshot snapshots a container\n\ \n\ Options :\n\ - -n, --name=NAME NAME of the container\n\ + -n, --name=NAME NAME of the container\n\ -L, --list list all snapshots\n\ -r, --restore=NAME restore snapshot NAME, e.g. 'snap0'\n\ -N, --newname=NEWNAME NEWNAME for the restored container\n\ diff --git a/src/lxc/tools/lxc_usernsexec.c b/src/lxc/tools/lxc_usernsexec.c index 6745ac308..27d9cf5f6 100644 --- a/src/lxc/tools/lxc_usernsexec.c +++ b/src/lxc/tools/lxc_usernsexec.c @@ -59,7 +59,7 @@ static void usage(const char *name) { printf("usage: %s [-h] [-m ] -- [command [arg ..]]\n", name); printf("\n"); - printf(" -h this message\n"); + printf(" -h this message\n"); printf("\n"); printf(" -m uid maps to use\n"); printf("\n");