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:
Ian Dowse 2001-03-22 22:55:13 +00:00
parent 4bf60dfaf8
commit bae528bab5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74668

View File

@ -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);
}