From 41ace3de7a17d21438dfeaac771b929e81ea4815 Mon Sep 17 00:00:00 2001 From: pc-wurm Date: Fri, 8 Nov 2013 12:45:51 +0100 Subject: [PATCH] Update lxc_create.c corrected argument usage example for -t MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/lxc/lxc_create.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/lxc_create.c b/src/lxc/lxc_create.c index 2345d97919..754afbf2fd 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\