From: Dwight Engen Date: Mon, 15 Apr 2013 20:05:36 +0000 (-0400) Subject: fix lxc-attach usage X-Git-Tag: lxc-1.0.0.alpha1~1^2~298 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03027ad99f2759182fbcd3363298ae6adaf88cdb;p=thirdparty%2Flxc.git fix lxc-attach usage This makes it match the manpage and be consistent with lxc-execute Signed-off-by: Dwight Engen Acked-by: Serge E. Hallyn --- diff --git a/src/lxc/lxc_attach.c b/src/lxc/lxc_attach.c index 77039fbea..e5619df40 100644 --- a/src/lxc/lxc_attach.c +++ b/src/lxc/lxc_attach.c @@ -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\