diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-20 06:29:03 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-20 06:29:03 +0000 |
commit | 6ed9d588c7c5afd9a9b010f1f570fcb713b973b0 (patch) | |
tree | 510e3fa17a2b947eff711cf8fdf24af6a91ddcc9 | |
parent | f22cde7e742c8c1a236f669c0ffb20b090bfed96 (diff) |
sync usage() w/ synopsis;
-rw-r--r-- | sbin/bioctl/bioctl.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/bioctl/bioctl.c b/sbin/bioctl/bioctl.c index 2ac639a784e..6b58afd74a1 100644 --- a/sbin/bioctl/bioctl.c +++ b/sbin/bioctl/bioctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bioctl.c,v 1.50 2007/03/20 03:40:38 todd Exp $ */ +/* $OpenBSD: bioctl.c,v 1.51 2007/03/20 06:29:02 jmc Exp $ */ /* * Copyright (c) 2004, 2005 Marco Peereboom @@ -191,10 +191,10 @@ usage(void) { extern char *__progname; - fprintf(stderr, "usage: %s\t[-Dhiv] [-a alarm-function]" - " [-b channel:target[.lun]] device\n", __progname); - fprintf(stderr, "\t\t[[-c raidlevel] [-H channel:target[.lun]]\n"); - fprintf(stderr, "\t\t[-l special[,special[,...]]] " + fprintf(stderr, "usage: %s [-Dhiv] [-a alarm-function] " + "[-b channel:target[.lun]]\n", __progname); + fprintf(stderr, "\t[-c raidlevel] [-H channel:target[.lun]]\n"); + fprintf(stderr, "\t[-l special[,special[,...]]] " "[-u channel:target[.lun]] device\n"); exit(1); } |