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:
Dwight Engen 2013-04-15 16:05:36 -04:00 committed by Stéphane Graber
parent 4d44e274dc
commit 03027ad99f

View File

@ -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\