mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-30 06:25:09 +00:00
cleanup: whitespaces in option alignment for lxc-execute
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
8564baf99a
commit
7665872377
@ -86,8 +86,8 @@ Options :\n\
|
|||||||
-n, --name=NAME NAME of the container\n\
|
-n, --name=NAME NAME of the container\n\
|
||||||
-f, --rcfile=FILE Load configuration file FILE\n\
|
-f, --rcfile=FILE Load configuration file FILE\n\
|
||||||
-s, --define KEY=VAL Assign VAL to configuration variable KEY\n\
|
-s, --define KEY=VAL Assign VAL to configuration variable KEY\n\
|
||||||
-u, --uid=UID Execute COMMAND with UID 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",
|
-g, --gid=GID Execute COMMAND with GID inside the container\n",
|
||||||
.options = my_longopts,
|
.options = my_longopts,
|
||||||
.parser = my_parser,
|
.parser = my_parser,
|
||||||
.checker = my_checker,
|
.checker = my_checker,
|
||||||
|
Loading…
Reference in New Issue
Block a user