]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
cleanup: replace tabs wth spaces in usage strings 1122/head
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 12 Aug 2016 10:33:44 +0000 (12:33 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 17 Aug 2016 14:27:23 +0000 (16:27 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/lxc/tools/lxc_copy.c
src/lxc/tools/lxc_ls.c
src/lxc/tools/lxc_snapshot.c
src/lxc/tools/lxc_usernsexec.c

index f7dc8b29dcebe9b43f27ab3203b55d5fed843e9d..80cfb27c02681cf680e877a2148238fcdac71f83 100644 (file)
@@ -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,
index 0575277ca0622b0cf6a2a94d00136a28644fe1a1..e22c715ea0591bc466fb6a44b8c22cd74da7f8fe 100644 (file)
@@ -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\
index a1166bcbc43f7248c7d8100b400dc3d615cd9b93..1a79a7a1dcda7e70a76b45b17e94df3c3ef5e6bf 100644 (file)
@@ -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\
index 6745ac308635d4fdeef5817c83fe2f12558fab39..27d9cf5f6f6e0f1f8dd353ab9e25991c5cd28098 100644 (file)
@@ -59,7 +59,7 @@ static void usage(const char *name)
 {
        printf("usage: %s [-h] [-m <uid-maps>] -- [command [arg ..]]\n", name);
        printf("\n");
-       printf("  -h            this message\n");
+       printf("  -h            this message\n");
        printf("\n");
        printf("  -m <uid-maps> uid maps to use\n");
        printf("\n");