From bf3a33b35c8dec907a5e3f6941b79939b75d3294 Mon Sep 17 00:00:00 2001 From: Jes Sorensen Date: Thu, 25 Apr 2013 17:24:36 +0200 Subject: [PATCH] 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 --- mdmon.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mdmon.c b/mdmon.c index fd136e5..23cd7e2 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);