Skip to content

Commit

Permalink
Update lxc_create.c corrected argument usage example for -t
Browse files Browse the repository at this point in the history
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 <yordanov@pc-wurm.de>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
  • Loading branch information
pc-wurm authored and stgraber committed Nov 12, 2013
1 parent d59feca commit 41ace3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/lxc_create.c
Expand Up @@ -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\
Expand Down

0 comments on commit 41ace3d

Please sign in to comment.