Merge pull request #277 from tmalsburg/master

* added maxnum argument to mu find
This commit is contained in:
Dirk-Jan C. Binnema
2013-09-28 10:48:04 -07:00
4 changed files with 13 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.TH MU FIND 1 "June 2013" "User Manuals"
.TH MU FIND 1 "September 2013" "User Manuals"
.SH NAME
@ -343,6 +343,10 @@ Note, if you specify a sortfield, by default, messages are sorted in reverse
(descending) order (e.g., from lowest to highest). This is usually a good
choice, but for dates it may be more useful to sort in the opposite direction.
.TP
\fB\-n\fR, \fB\-\-maxnum=<number>\fR
If > 0, display maximally that number of entries. If not specified, all matching entries are displayed.
.TP
\fB\-\-summary-len=<number>\fR
If > 0, use that number of lines of the message to provide a summary.