summaryrefslogtreecommitdiff
path: root/sbin/bioctl
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2009-12-31 14:57:41 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2009-12-31 14:57:41 +0000
commit6de774ec35c4faedf0d1243732019cb612cefd8f (patch)
treeb2050c27d78de16371205e97154153b9191d3758 /sbin/bioctl
parent8b0ff4ac1fa79ea1f9b5c1d748a9ab416f8ac61c (diff)
use the same arg name for -k as the man page;
Diffstat (limited to 'sbin/bioctl')
-rw-r--r--sbin/bioctl/bioctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/bioctl/bioctl.c b/sbin/bioctl/bioctl.c
index 607969ce9ec..819391fcd84 100644
--- a/sbin/bioctl/bioctl.c
+++ b/sbin/bioctl/bioctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bioctl.c,v 1.88 2009/12/31 14:00:45 jsing Exp $ */
+/* $OpenBSD: bioctl.c,v 1.89 2009/12/31 14:57:40 jmc Exp $ */
/*
* Copyright (c) 2004, 2005 Marco Peereboom
@@ -262,7 +262,7 @@ usage(void)
"\t[-u channel:target[.lun]] "
"device\n"
" %s [-dhiPqv] "
- "[-C flag[,flag,...]] [-c raidlevel] [-k special]\n"
+ "[-C flag[,flag,...]] [-c raidlevel] [-k keydisk]\n"
"\t[-l special[,special,...]] [-p passfile]\n"
"\t[-R device | channel:target[.lun] [-r rounds] "
"device\n", __progname, __progname);