summaryrefslogtreecommitdiffstats
path: root/ReadMe.c
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2008-08-01 16:48:08 +1000
committerNeilBrown <neilb@suse.de>2008-08-01 16:48:08 +1000
commite5669f40047ba0a8354418d0af5f7e7d862aaea4 (patch)
tree266650cfd00f963651c935dc238a795d346cf423 /ReadMe.c
parentfb97b4d691c04d9303571d7eba3cef4a97264e2f (diff)
downloadmdadm-e5669f40047ba0a8354418d0af5f7e7d862aaea4.tar.gz
mdadm-e5669f40047ba0a8354418d0af5f7e7d862aaea4.tar.xz
mdadm-e5669f40047ba0a8354418d0af5f7e7d862aaea4.zip
Cosmetic cleanup of some messages.
e.g. --raid-disks is preferred over --raid-devices. Thanks to "Jon Nelson" <jnelson-linux-raid@jamponi.net> Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'ReadMe.c')
-rw-r--r--ReadMe.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/ReadMe.c b/ReadMe.c
index 0a736ed..0318894 100644
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -518,9 +518,11 @@ char Help_grow[] =
" --size= -z : Change the active size of devices in an array.\n"
" : This is useful if all devices have been replaced\n"
" : with larger devices.\n"
-" --raid-disks= -n : Change the number of active devices in an array.\n"
-" : array.\n"
+" --raid-devices= -n : Change the number of active devices in an array.\n"
" --bitmap= -b : Add or remove a write-intent bitmap.\n"
+" --backup-file= file : A file on a differt device to store data for a\n"
+" : short time while increasing raid-devices on a\n"
+" : RAID4/5/6 array. Not needed when a spare is present.\n"
;
char Help_incr[] =