diff options
author | Leah Neukirchen <leah@vuxu.org> | 2018-09-25 13:59:58 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2018-09-25 13:59:58 +0200 |
commit | ddd7e54fbbf6747ccefabbbad0087debcaec2ca5 (patch) | |
tree | 6222722717d63fa07feffac1a53cbfef2a3198e7 /man | |
parent | 82faec5cfed1da6b4bd1d770fdcd214cca7f1050 (diff) | |
download | mblaze-ddd7e54fbbf6747ccefabbbad0087debcaec2ca5.tar.gz mblaze-ddd7e54fbbf6747ccefabbbad0087debcaec2ca5.tar.xz mblaze-ddd7e54fbbf6747ccefabbbad0087debcaec2ca5.zip |
mscan: hide message count behind -v
Also ensure output is flushed before printing it.
Diffstat (limited to 'man')
-rw-r--r-- | man/mscan.1 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/man/mscan.1 b/man/mscan.1 index 48d4794..fb289a6 100644 --- a/man/mscan.1 +++ b/man/mscan.1 @@ -1,4 +1,4 @@ -.Dd June 28, 2017 +.Dd September 25, 2018 .Dt MSCAN 1 .Os .Sh NAME @@ -6,9 +6,10 @@ .Nd generate one-line message summaries .Sh SYNOPSIS .Nm +.Op Fl I .Op Fl n +.Op Fl v .Op Fl f Ar format -.Op Fl I .Ar msgs\ ... .Sh DESCRIPTION .Nm @@ -55,13 +56,15 @@ format may be specified in the user's .Pp The options are as follows: .Bl -tag -width Ds -.It Fl n -Only print message numbers -.Pq or filenames, if the message is not in the current sequence . .It Fl I Force ISO date output, even for .Sq Cm "%d" . +.It Fl n +Only print message numbers +.Pq or filenames, if the message is not in the current sequence . +.It Fl v +Print how many messages were scanned to standard error. .It Fl f Ar format Format according to the string .Ar format , |