From: Jes Sorensen Date: Thu, 25 Apr 2013 15:24:36 +0000 (+0200) Subject: mdmon: Add missing option documentation to --help output X-Git-Tag: mdadm-3.3-rc1~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf3a33b35c8dec907a5e3f6941b79939b75d3294;p=thirdparty%2Fmdadm.git mdmon: Add missing option documentation to --help output Document that -a is equivalent to --all, as well as --foreground / -F Signed-off-by: Jes Sorensen Signed-off-by: NeilBrown --- diff --git a/mdmon.c b/mdmon.c index fd136e50..23cd7e2f 100644 --- a/mdmon.c +++ b/mdmon.c @@ -271,7 +271,8 @@ void usage(void) "\n" "Options are:\n" " --help -h : This message\n" -" --all : All devices\n" +" --all -a : All devices\n" +" --foreground -F : Run in foreground (do not fork)\n" " --takeover -t : Takeover container\n" ); exit(2);