summaryrefslogtreecommitdiffstats
path: root/ReadMe.c
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2010-06-30 16:52:54 +1000
committerNeilBrown <neilb@suse.de>2010-06-30 16:52:54 +1000
commit7e6140e6c614025aea1d20a8d790a651b7d5b8c4 (patch)
tree2283cc1d174ec0d1d20064fda65bf31453592c10 /ReadMe.c
parentb6d7a7fbaa94b5e1d6e17742526282bce7259162 (diff)
downloadmdadm-7e6140e6c614025aea1d20a8d790a651b7d5b8c4.tar.gz
mdadm-7e6140e6c614025aea1d20a8d790a651b7d5b8c4.tar.xz
mdadm-7e6140e6c614025aea1d20a8d790a651b7d5b8c4.zip
Correct documentation for --rebuild-map
In some places it is referred to as "--rebuild", and while that works due to getopt allowing prefixes, it could appear confusing (rebuild means other things too) and being explicit is some safeguard if we want to add e.g. --rebuild-foo later. Reported-by: Doug Ledford <dledford@redhat.com> Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'ReadMe.c')
-rw-r--r--ReadMe.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/ReadMe.c b/ReadMe.c
index 9d5a211..a3f556a 100644
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -542,13 +542,13 @@ char Help_incr[] =
"devices, it will be started.\n"
"\n"
"Options that are valid with incremental assembly (-I --incremental) more are:\n"
-" --run -R : run arrays as soon as a minimal number of devices are\n"
-" : present rather than waiting for all expected.\n"
-" --quiet -q : Don't print any information messages, just errors.\n"
-" --rebuild -r : Rebuild the 'map' file that mdadm uses for tracking\n"
-" : partial arrays.\n"
-" --scan -s : Use with -R to start any arrays that have the minimal\n"
-" : required number of devices, but are not yet started.\n"
+" --run -R : run arrays as soon as a minimal number of devices are\n"
+" : present rather than waiting for all expected.\n"
+" --quiet -q : Don't print any information messages, just errors.\n"
+" --rebuild-map -r : Rebuild the 'map' file that mdadm uses for tracking\n"
+" : partial arrays.\n"
+" --scan -s : Use with -R to start any arrays that have the minimal\n"
+" : required number of devices, but are not yet started.\n"
;
char Help_config[] =