summaryrefslogtreecommitdiff
path: root/tools/args.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/args.h')
-rw-r--r--tools/args.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/args.h b/tools/args.h
index 2b1d28a3f..089323b7b 100644
--- a/tools/args.h
+++ b/tools/args.h
@@ -287,6 +287,9 @@ arg(logonly_ARG, '\0', "logonly", 0, 0, 0,
arg(longhelp_ARG, '\0', "longhelp", 0, 0, 0,
"Display long help text.\n")
+arg(maintenance_ARG, '\0', "maintenance", 0, 0, 0,
+ "Allow command to operate on an LV in maintenance mode.\n")
+
arg(maxrecoveryrate_ARG, '\0', "maxrecoveryrate", sizekb_VAL, 0, 0,
"Sets the maximum recovery rate for a RAID LV. The rate value\n"
"is an amount of data per second for each device in the array.\n"