diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-06-15 18:52:59 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-06-15 18:52:59 +0000 |
commit | 6ae40f3c8e39daf16d0e2f8b5539330ccf296227 (patch) | |
tree | 6afe2520b726f807c45c2c990c99bab7d987a739 /sbin/bioctl/bioctl.c | |
parent | fe6a2e932cc9e6b3063873d5de61e323f907f032 (diff) |
fix usage();
Diffstat (limited to 'sbin/bioctl/bioctl.c')
-rw-r--r-- | sbin/bioctl/bioctl.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/bioctl/bioctl.c b/sbin/bioctl/bioctl.c index 246aededed7..105bc10052e 100644 --- a/sbin/bioctl/bioctl.c +++ b/sbin/bioctl/bioctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bioctl.c,v 1.70 2008/06/15 00:43:23 hshoexer Exp $ */ +/* $OpenBSD: bioctl.c,v 1.71 2008/06/15 18:52:58 jmc Exp $ */ /* * Copyright (c) 2004, 2005 Marco Peereboom @@ -232,8 +232,9 @@ usage(void) "[-b channel:target[.lun]]\n" "\t[-C flag[,flag,...]] [-c raidlevel] " "[-H channel:target[.lun]]\n" - "\t[-l special[,special,...]] " - "[-u channel:target[.lun]] [-d] device\n", __progname); + "\t[-l special[,special,...]] [-r rounds] " + "[-u channel:target[.lun]]\n" + "\tdevice\n", __progname); exit(1); } |