]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
cleanup: whitespaces in option alignment for lxc-execute
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 12 Aug 2016 10:33:10 +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_execute.c

index 50d481f0e4e14a1365537b8ae76db5ffcd244c4f..c7c50962c5af7771c445a700ecc8bdae81192ffd 100644 (file)
@@ -86,8 +86,8 @@ Options :\n\
   -n, --name=NAME      NAME of the container\n\
   -f, --rcfile=FILE    Load configuration file FILE\n\
   -s, --define KEY=VAL Assign VAL to configuration variable KEY\n\
-  -u, --uid=UID Execute COMMAND with UID inside the container\n\
-  -g, --gid=GID Execute COMMAND with GID inside the container\n",
+  -u, --uid=UID        Execute COMMAND with UID inside the container\n\
+  -g, --gid=GID        Execute COMMAND with GID inside the container\n",
        .options  = my_longopts,
        .parser   = my_parser,
        .checker  = my_checker,