From bae528bab54fe7a1e4b1f0675e806e0356bcd414 Mon Sep 17 00:00:00 2001 From: Ian Dowse Date: Thu, 22 Mar 2001 22:55:13 +0000 Subject: [PATCH] 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(-) diff --git a/usr.sbin/boot0cfg/boot0cfg.c b/usr.sbin/boot0cfg/boot0cfg.c index ac60c69c840d..dc959c0b1358 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); }