diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-10-22 15:27:16 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-10-22 15:27:16 +0000 |
commit | ac2693370b468f2320c8b8b9f28e998beace1130 (patch) | |
tree | 968ffd8b762d2bc64784f4f8a836c0959f702c7b /sbin/bioctl/bioctl.c | |
parent | 3637b143870a00fdd912ed644512745e7056d511 (diff) |
tweak previous; ok marco
Diffstat (limited to 'sbin/bioctl/bioctl.c')
-rw-r--r-- | sbin/bioctl/bioctl.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sbin/bioctl/bioctl.c b/sbin/bioctl/bioctl.c index 33f68a74306..509b9fbdfda 100644 --- a/sbin/bioctl/bioctl.c +++ b/sbin/bioctl/bioctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bioctl.c,v 1.82 2009/10/21 22:31:17 marco Exp $ */ +/* $OpenBSD: bioctl.c,v 1.83 2009/10/22 15:27:15 jmc Exp $ */ /* * Copyright (c) 2004, 2005 Marco Peereboom @@ -250,9 +250,8 @@ usage(void) "device\n" " %s [-dhiqv] " "[-C flag[,flag,...]] [-c raidlevel]\n" - "\t[-l special[,special,...]] " - "[-R device | channel:target[.lun]\n" - "\t[-p passfile] [-r rounds] " + "\t[-l special[,special,...]] [-p passfile]\n" + "\t[-R device | channel:target[.lun] [-r rounds] " "device\n", __progname, __progname); exit(1); |