summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2005-06-14 06:32:42 +0000
committerNeil Brown <neilb@suse.de>2005-06-14 06:32:42 +0000
commit891d299451e6e3bfac959057a6f645c3f0034502 (patch)
tree623d6c15af2190e09a9298ccc71ce90a57b8d201 /ChangeLog
parent3fa06e9d37b9b517b4120c6a9dffd56d9cfa2e96 (diff)
downloadmdadm-891d299451e6e3bfac959057a6f645c3f0034502.tar.gz
mdadm-891d299451e6e3bfac959057a6f645c3f0034502.tar.xz
mdadm-891d299451e6e3bfac959057a6f645c3f0034502.zip
Fix typo in --grow --help - don't claim '-F'
Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 485de69..ba7f91b 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.