From 15a9db0912d73dbd8f7d134ec082270b943b5371 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Mon, 1 Aug 2011 08:23:53 +0000 Subject: Add missing closing braces in usage(). Ok jmc@ (who also pointed me to the 2nd missing one) sobrado@. --- sbin/bioctl/bioctl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sbin/bioctl') diff --git a/sbin/bioctl/bioctl.c b/sbin/bioctl/bioctl.c index a38b49e150d..ee4a4ba221c 100644 --- a/sbin/bioctl/bioctl.c +++ b/sbin/bioctl/bioctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bioctl.c,v 1.102 2011/07/09 16:53:37 nicm Exp $ */ +/* $OpenBSD: bioctl.c,v 1.103 2011/08/01 08:23:52 matthieu Exp $ */ /* * Copyright (c) 2004, 2005 Marco Peereboom @@ -256,13 +256,13 @@ usage(void) "usage: %s [-hiqv] [-a alarm-function] " "[-b channel:target[.lun]]\n" "\t[-H channel:target[.lun]] " - "[-R device | channel:target[.lun]\n" + "[-R device | channel:target[.lun]]\n" "\t[-u channel:target[.lun]] " "device\n" " %s [-dhiPqsv] " "[-C flag[,flag,...]] [-c raidlevel] [-k keydisk]\n" "\t[-l special[,special,...]] [-p passfile]\n" - "\t[-R device | channel:target[.lun] [-r rounds] " + "\t[-R device | channel:target[.lun]] [-r rounds] " "device\n", __progname, __progname); exit(1); -- cgit v1.2.3