diff options
author | NeilBrown <neilb@suse.de> | 2010-06-30 08:52:54 +0200 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2010-06-30 08:52:54 +0200 |
commit | 7e6140e6c614025aea1d20a8d790a651b7d5b8c4 (patch) | |
tree | 2283cc1d174ec0d1d20064fda65bf31453592c10 /mdadm.8.in | |
parent | Fix parsing of inactive arrays in /proc/mdstat (diff) | |
download | 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.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |