I forgot -c in the usage, will be part of the next release
This commit is contained in:
parent
c4595717fb
commit
0b1fee287c
1 changed files with 2 additions and 1 deletions
|
@ -1121,7 +1121,8 @@ usage(void)
|
||||||
{
|
{
|
||||||
extern char *__progname;
|
extern char *__progname;
|
||||||
|
|
||||||
fprintf(stderr, "usage: %s [-nuv] [-p length] [-r rootdisk] "
|
fprintf(stderr, "usage: %s [-nuv] "
|
||||||
|
"[-c cloud[,...]] [-p length] [-r rootdisk]\n\t"
|
||||||
"[-t 3] [-U puffy] interface\n", __progname);
|
"[-t 3] [-U puffy] interface\n", __progname);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue