I forgot -c in the usage, will be part of the next release

This commit is contained in:
reykfloeter 2019-06-28 16:07:06 +02:00
parent c4595717fb
commit 0b1fee287c
1 changed files with 2 additions and 1 deletions

View File

@ -1121,7 +1121,8 @@ usage(void)
{
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);
exit(1);
}