summaryrefslogtreecommitdiffstats
path: root/ReadMe.c
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2006-10-23 08:56:27 +1000
committerNeil Brown <neilb@suse.de>2006-10-23 08:56:27 +1000
commitcbfbcb0b503752a560e607039924f3192fde314b (patch)
tree9088c00bc03172599c0116f7d57aeabff2ecdcd0 /ReadMe.c
parent1746711680e1b1790bc6c482b63933385a7ee505 (diff)
downloadmdadm-cbfbcb0b503752a560e607039924f3192fde314b.tar.gz
Improve error message when wrong --update option is given.
Diffstat (limited to 'ReadMe.c')
-rw-r--r--ReadMe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ReadMe.c b/ReadMe.c
index 57044232..2a352ef3 100644
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -272,7 +272,7 @@ char OptionHelp[] =
" --config= -c : config file\n"
" --scan -s : scan config file for missing information\n"
" --force -f : Assemble the array even if some superblocks appear out-of-date\n"
-" --update= -U : Update superblock: one of sparc2.2, super-minor or summaries\n"
+" --update= -U : Update superblock: try '-A --update=?' for list of options.\n"
" --auto(=p) -a : Automatically allocate new (partitioned) md array if needed.\n"
" --no-degraded : Do not start any degraded arrays - default unless --scan.\n"
"\n"
@@ -414,7 +414,7 @@ char Help_assemble[] =
" for a full array are present\n"
" --force -f : Assemble the array even if some superblocks appear\n"
" : out-of-date. This involves modifying the superblocks.\n"
-" --update= -U : Update superblock: one of sparc2.2, super-minor or summaries\n"
+" --update= -U : Update superblock: try '-A --update=?' for option list.\n"
" --no-degraded : Assemble but do not start degraded arrays.\n"
;