diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2021-02-13 13:33:12 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2021-02-13 13:33:12 +0200 |
| commit | 5e359fb7396bd15f2b18e0c5cedf22e3e48198f3 (patch) | |
| tree | a6ce57f7455c43a459d49e533cc195386aae571a /man | |
| parent | bba8af8d51c812decb92fe2ccafca279d9c21716 (diff) | |
mu: support '-V' for --version
And describe it in the man-page, which erroneously had '-v' which is
used for --verbose.
Fixes: #1927
Diffstat (limited to 'man')
| -rw-r--r-- | man/mu.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.TH MU 1 "February 2020" "User Manuals" +.TH MU 1 "February 2021" "User Manuals" .SH NAME @@ -155,7 +155,7 @@ causes \fBmu\fR to \fBnot\fR output log messages to standard error, in addition to sending them to the log file. .TP -\fB\-v\fR, \fB\-\-version\fR +\fB\-V\fR, \fB\-\-version\fR prints \fBmu\fR version and copyright information. .TP |
