diff options
author | Jes Sorensen <Jes.Sorensen@redhat.com> | 2013-04-25 17:24:36 +0200 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2013-04-26 00:45:05 +0200 |
commit | bf3a33b35c8dec907a5e3f6941b79939b75d3294 (patch) | |
tree | 3b371da4de0c499cc2e7269dc3f613407b32f9d5 /mdmon.c | |
parent | DDF: fix bug in compare_super_ddf (diff) | |
download | mdadm-bf3a33b35c8dec907a5e3f6941b79939b75d3294.tar.xz mdadm-bf3a33b35c8dec907a5e3f6941b79939b75d3294.zip |
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.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); |