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>
This commit is contained in:
Jes Sorensen 2013-04-25 17:24:36 +02:00 committed by NeilBrown
parent 3f188b1081
commit bf3a33b35c
1 changed files with 2 additions and 1 deletions

View File

@ -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);