summaryrefslogtreecommitdiffstats
path: root/ReadMe.c
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 /ReadMe.c
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 'ReadMe.c')
-rw-r--r--ReadMe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ReadMe.c b/ReadMe.c
index 1b8d45f..7169daa 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"