summaryrefslogtreecommitdiffstats
path: root/mdadm.8.in
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 /mdadm.8.in
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 'mdadm.8.in')
-rw-r--r--mdadm.8.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdadm.8.in b/mdadm.8.in
index 67fabf3..e5cc89e 100644
--- a/mdadm.8.in
+++ b/mdadm.8.in
@@ -2145,7 +2145,7 @@ Usage:
.I component-device
.HP 12
Usage:
-.B mdadm \-\-incremental \-\-rebuild
+.B mdadm \-\-incremental \-\-rebuild\-map
.HP 12
Usage:
.B mdadm \-\-incremental \-\-run \-\-scan
@@ -2391,7 +2391,7 @@ pid of mdadm daemon to
Try to incorporate newly discovered device into some array as
appropriate.
-.B " mdadm \-\-incremental \-\-rebuild \-\-run \-\-scan"
+.B " mdadm \-\-incremental \-\-rebuild\-map \-\-run \-\-scan"
.br
Rebuild the array map from any current arrays, and then start any that
can be started.