summaryrefslogtreecommitdiffstats
path: root/usr.sbin/boot0cfg
diff options
context:
space:
mode:
authoriedowse <iedowse@FreeBSD.org>2001-03-22 22:55:13 +0000
committeriedowse <iedowse@FreeBSD.org>2001-03-22 22:55:13 +0000
commit8818519fd60392234f69c862e73ee4c81644dd9d (patch)
tree41c6b966fb738cab1972029efb0e1cc32c007b5a /usr.sbin/boot0cfg
parenta2c2ce60b3075656d05b60cdc57e87a284637374 (diff)
downloadFreeBSD-src-8818519fd60392234f69c862e73ee4c81644dd9d.zip
FreeBSD-src-8818519fd60392234f69c862e73ee4c81644dd9d.tar.gz
Add missing specification of the `-s' option to the usage line.
PR: bin/26004 Submitted by: ushida@msa.biglobe.ne.jp Reviewed by: rnordier
Diffstat (limited to 'usr.sbin/boot0cfg')
-rw-r--r--usr.sbin/boot0cfg/boot0cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/boot0cfg/boot0cfg.c b/usr.sbin/boot0cfg/boot0cfg.c
index ac60c69..dc959c0 100644
--- a/usr.sbin/boot0cfg/boot0cfg.c
+++ b/usr.sbin/boot0cfg/boot0cfg.c
@@ -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);
}
OpenPOWER on IntegriCloud