summaryrefslogtreecommitdiffstats
path: root/mdadm.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdadm.c')
-rw-r--r--mdadm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdadm.c b/mdadm.c
index fc50d76..f37797a 100644
--- a/mdadm.c
+++ b/mdadm.c
@@ -178,7 +178,7 @@ int main(int argc, char *argv[])
case 'a':
case 'r':
case 'f':
- case 6: /* re-add */
+ case ReAdd: /* re-add */
if (!mode) {
newmode = MANAGE;
shortopt = short_bitmap_auto_options;