mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 15:29:56 +00:00
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 <yordanov@pc-wurm.de> Acked-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
d59feca3be
commit
41ace3de7a
@ -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\
|
||||
|
Loading…
Reference in New Issue
Block a user