]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Fix typo in --grow --help - don't claim '-F'
authorNeil Brown <neilb@suse.de>
Wed, 8 Jun 2005 00:35:35 +0000 (00:35 +0000)
committerNeil Brown <neilb@suse.de>
Wed, 8 Jun 2005 00:35:35 +0000 (00:35 +0000)
Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
ChangeLog
ReadMe.c

index 810c7e3da37083dd9870e6ce901a1177e6a56b83..5df8533a938ef040b8a5516522492abcfc82b918 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@ Changes Prior to 1.12.0 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.
index 78073df05b41366b5e7d09331c86f17f69b03843..c092403dd25c21d15ea44ab92793208943730a9d 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -433,7 +433,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"