Module Name: src
Committed By: rillig
Date: Tue Nov 5 19:52:18 UTC 2024
Modified Files:
src/sbin/raidctl: raidctl.c
Log Message:
raidctl: remove unused and undocumented option '-B'
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/sbin/raidctl/raidctl.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/raidctl/raidctl.c
diff -u src/sbin/raidctl/raidctl.c:1.83 src/sbin/raidctl/raidctl.c:1.84
--- src/sbin/raidctl/raidctl.c:1.83 Sat Feb 10 09:21:52 2024
+++ src/sbin/raidctl/raidctl.c Tue Nov 5 19:52:18 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: raidctl.c,v 1.83 2024/02/10 09:21:52 andvar Exp $ */
+/* $NetBSD: raidctl.c,v 1.84 2024/11/05 19:52:18 rillig Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: raidctl.c,v 1.83 2024/02/10 09:21:52 andvar Exp $");
+__RCSID("$NetBSD: raidctl.c,v 1.84 2024/11/05 19:52:18 rillig Exp $");
#endif
@@ -179,7 +179,7 @@ main(int argc,char *argv[])
}
while ((ch = getopt(argc, argv,
- "a:A:Bc:C:f:F:g:GiI:l:LmM:r:R:sSpPt:uU:v")) != -1)
+ "a:A:c:C:f:F:g:GiI:l:LmM:r:R:sSpPt:uU:v")) != -1)
switch (ch) {
case 'a':
action = RAIDFRAME_ADD_HOT_SPARE;