From: pc-wurm Date: Fri, 8 Nov 2013 11:45:51 +0000 (+0100) Subject: Update lxc_create.c corrected argument usage example for -t X-Git-Tag: lxc-1.0.0.alpha3~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41ace3de7a17d21438dfeaac771b929e81ea4815;p=thirdparty%2Flxc.git Update lxc_create.c corrected argument usage example for -t I think '-t timeout' was mistakenly written, so I corrected it to '-t template', since the -t argument is used for setting templates, not timeout as far as I know. Signed-off-by: pc-wurm Acked-by: Stéphane Graber --- diff --git a/src/lxc/lxc_create.c b/src/lxc/lxc_create.c index 2345d9791..754afbf2f 100644 --- a/src/lxc/lxc_create.c +++ b/src/lxc/lxc_create.c @@ -117,7 +117,7 @@ static struct lxc_arguments my_args = { .progname = "lxc-create", .helpfn = create_helpfn, .help = "\ ---name=NAME [-w] [-r] [-t timeout] [-P lxcpath]\n\ +--name=NAME [-w] [-r] [-t template] [-P lxcpath]\n\ \n\ lxc-create creates a container\n\ \n\