mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
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
4bf60dfaf8
commit
bae528bab5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74668
@ -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