mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-03 13:43:07 +00:00
fix lxc-attach usage
This makes it match the manpage and be consistent with lxc-execute Signed-off-by: Dwight Engen <dwight.engen@oracle.com> Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
parent
4d44e274dc
commit
03027ad99f
@ -103,9 +103,9 @@ static int my_parser(struct lxc_arguments* args, int c, char* arg)
|
||||
static struct lxc_arguments my_args = {
|
||||
.progname = "lxc-attach",
|
||||
.help = "\
|
||||
--name=NAME\n\
|
||||
--name=NAME [-- COMMAND]\n\
|
||||
\n\
|
||||
Execute the specified command - enter the container NAME\n\
|
||||
Execute the specified COMMAND - enter the container NAME\n\
|
||||
\n\
|
||||
Options :\n\
|
||||
-n, --name=NAME NAME for name of the container\n\
|
||||
|
Loading…
Reference in New Issue
Block a user