From: NeilBrown Date: Sun, 1 Feb 2009 23:58:08 +0000 (+1100) Subject: Document 'max' option to --grow --size in --help output. X-Git-Tag: mdadm-2.6.9~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0083584d5e8162f684112ed32da19888831d3190;p=thirdparty%2Fmdadm.git Document 'max' option to --grow --size in --help output. Suggestion from Christian Hudon Signed-off-by: NeilBrown --- diff --git a/ReadMe.c b/ReadMe.c index 88c44332..3164322b 100644 --- a/ReadMe.c +++ b/ReadMe.c @@ -517,7 +517,8 @@ char Help_grow[] = " --layout= -p : For a FAULTY array, set/change the error mode.\n" " --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" +" : with larger devices. Value is in Kilobytes, or\n" +" : the special word 'max' meaning 'as large as possible'.\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"