From: Wolfgang Bumiller Date: Fri, 12 Aug 2016 10:33:10 +0000 (+0200) Subject: cleanup: whitespaces in option alignment for lxc-execute X-Git-Tag: lxc-2.1.0~351^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7665872377a5b79c232d54bc2b7c77c77fb76e36;p=thirdparty%2Flxc.git cleanup: whitespaces in option alignment for lxc-execute Signed-off-by: Wolfgang Bumiller --- diff --git a/src/lxc/tools/lxc_execute.c b/src/lxc/tools/lxc_execute.c index 50d481f0e..c7c50962c 100644 --- a/src/lxc/tools/lxc_execute.c +++ b/src/lxc/tools/lxc_execute.c @@ -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,