From: NeilBrown Date: Wed, 27 Aug 2014 11:04:59 +0000 (+1000) Subject: --update: add 'bbl' and 'no-bbl' to the list of known updates. X-Git-Tag: mdadm-3.3.3~104 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fmdadm.git;a=commitdiff_plain;h=c60495c8b6db4026bc0b45f4d7ac53f30170281b --update: add 'bbl' and 'no-bbl' to the list of known updates. so "mdadm -A --update=?" mentions them. Reported-by: Peter Hoeg Signed-off-by: NeilBrown --- diff --git a/mdadm.c b/mdadm.c index be990b8a..c856fcd6 100644 --- a/mdadm.c +++ b/mdadm.c @@ -781,7 +781,9 @@ int main(int argc, char *argv[]) fprintf(outf, "Valid --update options are:\n" " 'sparc2.2', 'super-minor', 'uuid', 'name', 'resync',\n" " 'summaries', 'homehost', 'byteorder', 'devicesize',\n" - " 'no-bitmap', 'metadata', 'revert-reshape'\n"); + " 'no-bitmap', 'metadata', 'revert-reshape'\n" + " 'bbl', 'no-bbl'\n" + ); exit(outf == stdout ? 0 : 2); case O(MANAGE,'U'):