From: Neil Brown Date: Tue, 14 Jun 2005 06:32:42 +0000 (+0000) Subject: Fix typo in --grow --help - don't claim '-F' X-Git-Tag: mdadm-2.0-devel-2~17 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fmdadm.git;a=commitdiff_plain;h=891d299451e6e3bfac959057a6f645c3f0034502 Fix typo in --grow --help - don't claim '-F' Signed-off-by: Neil Brown --- diff --git a/ChangeLog b/ChangeLog index 485de691..ba7f91b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ Changes Prior to this release - --stop --scan repeatly cycles until no more progress can be made so that stack devices are stopped properly - Minor type rationalisation for ident->uuid - now always 'int[]' + - Fix type in online help for --grow (was -F, now -G) Changes Prior to 1.11.0 release - Fix embarassing bug which causes --add to always fail. diff --git a/ReadMe.c b/ReadMe.c index 1b8d45fa..7169daa5 100644 --- a/ReadMe.c +++ b/ReadMe.c @@ -452,7 +452,7 @@ char Help_grow[] = "devices in a RAID1, and changing the active size of all devices in\n" "a RAID1/4/5/6.\n" "\n" -"Options that are valid with the grow (-F --grow) mode are:\n" +"Options that are valid with the grow (-G --grow) mode are:\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"