From: jmc Date: Sat, 30 May 2015 06:24:59 +0000 (+0000) Subject: fix usage(); X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2e6b119f9b3e16ea5147702b34818ae5f16f731a;p=openbsd fix usage(); --- diff --git a/sbin/bioctl/bioctl.c b/sbin/bioctl/bioctl.c index e17101b6d92..7e53d6b3b88 100644 --- a/sbin/bioctl/bioctl.c +++ b/sbin/bioctl/bioctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bioctl.c,v 1.127 2015/05/29 00:33:37 uebayasi Exp $ */ +/* $OpenBSD: bioctl.c,v 1.128 2015/05/30 06:24:59 jmc Exp $ */ /* * Copyright (c) 2004, 2005 Marco Peereboom @@ -277,14 +277,15 @@ usage(void) "[-b channel:target[.lun]]\n" "\t[-H channel:target[.lun]] " "[-R device | channel:target[.lun]]\n" - "\t[-u channel:target[.lun]] " + "\t[-t patrol-function] " + "[-u channel:target[.lun]] " "device\n" " %s [-dhiPqsv] " "[-C flag[,flag,...]] [-c raidlevel] [-k keydisk]\n" "\t[-l special[,special,...]] " "[-O device | channel:target[.lun]]\n" "\t[-p passfile] [-R device | channel:target[.lun]]\n" - "\t[-r rounds] [-t patrol-function] " + "\t[-r rounds] " "device\n", __progname, __progname); exit(1);