summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2005-06-08 00:35:35 +0000
committerNeil Brown <neilb@suse.de>2005-06-08 00:35:35 +0000
commitd5cbeb7fd427886cd9ec7732db0fa336f2627fa4 (patch)
treeeef8c368bc108e031aadb026f76b2804c1311cd1
parent60b1d3e0ab42de6ad43b0cf2ff3aa62a24172043 (diff)
downloadmdadm-d5cbeb7fd427886cd9ec7732db0fa336f2627fa4.tar.gz
mdadm-d5cbeb7fd427886cd9ec7732db0fa336f2627fa4.tar.xz
mdadm-d5cbeb7fd427886cd9ec7732db0fa336f2627fa4.zip
Fix typo in --grow --help - don't claim '-F'
Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
-rw-r--r--ChangeLog1
-rw-r--r--ReadMe.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 810c7e3..5df8533 100644
--- 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.
diff --git a/ReadMe.c b/ReadMe.c
index 78073df..c092403 100644
--- 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"