From 8818519fd60392234f69c862e73ee4c81644dd9d Mon Sep 17 00:00:00 2001 From: iedowse Date: Thu, 22 Mar 2001 22:55:13 +0000 Subject: Add missing specification of the `-s' option to the usage line. PR: bin/26004 Submitted by: ushida@msa.biglobe.ne.jp Reviewed by: rnordier --- usr.sbin/boot0cfg/boot0cfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/boot0cfg') 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); } -- cgit v1.1