Commit 41ace3de by pc-wurm Committed by Stéphane Graber

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: 's avatarpc-wurm <yordanov@pc-wurm.de> Acked-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent d59feca3
......@@ -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\
......
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