diff options
author | NeilBrown <neilb@suse.de> | 2010-01-29 14:54:55 +1100 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2010-01-29 15:46:17 +1100 |
commit | a1331cc4068d4c0723dd46f3a170ed100adba000 (patch) | |
tree | e401e1e747df18e9e37ce47b074bd44aa2ab0940 /mdadm.8 | |
parent | c93e9d68d01fc97172c83ef9d2ee9a440db4a09d (diff) | |
download | mdadm-a1331cc4068d4c0723dd46f3a170ed100adba000.tar.gz |
Tidy up some argument parsing, particularly for -b
-b only means --brief in MISC mode, elsewhere it is --bitmap.
Resolves-debian-bug: 427777
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'mdadm.8')
-rw-r--r-- | mdadm.8 | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -250,18 +250,6 @@ Avoid printing purely informative messages. With this, will be silent unless there is something really important to report. .TP -.BR \-b ", " \-\-brief -Be less verbose. This is used with -.B \-\-detail -and -.BR \-\-examine . -Using -.B \-\-brief -with -.B \-\-verbose -gives an intermediate level of verbosity. - -.TP .BR \-f ", " \-\-force Be more forceful about certain operations. See the various modes for the exact meaning of this option in different contexts. @@ -1794,6 +1782,18 @@ For .B \-\-scan causes all devices listed in the config file to be examined. +.TP +.BR \-b ", " \-\-brief +Be less verbose. This is used with +.B \-\-detail +and +.BR \-\-examine . +Using +.B \-\-brief +with +.B \-\-verbose +gives an intermediate level of verbosity. + .SH MONITOR MODE .HP 12 |