summaryrefslogtreecommitdiff
path: root/mdmon.c
diff options
context:
space:
mode:
authorJes Sorensen <Jes.Sorensen@redhat.com>2013-04-25 17:24:36 +0200
committerNeilBrown <neilb@suse.de>2013-04-26 08:45:05 +1000
commitbf3a33b35c8dec907a5e3f6941b79939b75d3294 (patch)
tree3b371da4de0c499cc2e7269dc3f613407b32f9d5 /mdmon.c
parent3f188b10816ca315274b0c79904cd5aa87d800ae (diff)
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 <Jes.Sorensen@redhat.com> Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'mdmon.c')
-rw-r--r--mdmon.c3
1 files changed, 2 insertions, 1 deletions
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);