summaryrefslogtreecommitdiff
path: root/ReadMe.c
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2012-07-09 17:14:16 +1000
committerNeilBrown <neilb@suse.de>2012-07-09 17:14:16 +1000
commit0ea8f5b167d3e98fa09d392079fc5e269b5a0395 (patch)
treebf4dd70cb9ad5da5f78fc45d616570e34e17aab0 /ReadMe.c
parent503975b9d5f0696b5d2ee20ea903b859e3f60662 (diff)
Assemble: allow arrays to be assembled read-only.
The option was there, but never used. Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'ReadMe.c')
-rw-r--r--ReadMe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ReadMe.c b/ReadMe.c
index b6aac0b3..35ffeaac 100644
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -440,6 +440,7 @@ char Help_assemble[] =
" : out-of-date. This involves modifying the superblocks.\n"
" --update= -U : Update superblock: try '-A --update=?' for option list.\n"
" --no-degraded : Assemble but do not start degraded arrays.\n"
+" --readonly -o : Mark the array as read-only. No resync will start.\n"
;
char Help_manage[] =