From f9ce90ba509d0b624cc38635861b9c27550fbefc Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 3 May 2005 23:44:32 +0000 Subject: Add a 'super-switch' so that different format superblocks can be used. This includes: adding --metadata= option to choose metadata format adding metadata= word to config file. Signed-off-by: Neil Brown --- ReadMe.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ReadMe.c') diff --git a/ReadMe.c b/ReadMe.c index 00283e9..367bc0b 100644 --- a/ReadMe.c +++ b/ReadMe.c @@ -91,7 +91,7 @@ char Version[] = Name " - v1.11.0 - 11 April 2005\n"; * At the time if writing, there is only minimal support. */ -char short_options[]="-ABCDEFGQhVvbc:i:l:p:m:n:x:u:c:d:z:U:sa::rfRSow1t"; +char short_options[]="-ABCDEFGQhVvbc:i:l:p:m:n:x:u:c:d:z:U:sa::rfRSow1te:"; struct option long_options[] = { {"manage", 0, 0, '@'}, {"misc", 0, 0, '#'}, @@ -127,6 +127,7 @@ struct option long_options[] = { {"size", 1, 0, 'z'}, {"auto", 2, 0, 'a'}, /* also for --assemble */ {"assume-clean",0,0, 3 }, + {"metadata", 1, 0, 'e'}, /* superblock format */ /* For assemble */ {"uuid", 1, 0, 'u'}, -- cgit