Add missing specification of the `-s' option to the usage line.
PR: bin/26004 Submitted by: ushida@msa.biglobe.ne.jp Reviewed by: rnordier
This commit is contained in:
parent
019574eb8b
commit
77f53cc0c7
@ -418,6 +418,6 @@ usage(void)
|
||||
{
|
||||
fprintf(stderr, "%s\n%s\n",
|
||||
"usage: boot0cfg [-Bv] [-b boot0] [-d drive] [-f file] [-m mask]",
|
||||
" [-o options] [-t ticks] disk");
|
||||
" [-o options] [-s slice] [-t ticks] disk");
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user