Commit 03027ad9 by Dwight Engen Committed by Stéphane Graber

fix lxc-attach usage

This makes it match the manpage and be consistent with lxc-execute Signed-off-by: 's avatarDwight Engen <dwight.engen@oracle.com> Acked-by: 's avatarSerge E. Hallyn <serge.hallyn@ubuntu.com>
parent 4d44e274
......@@ -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\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment