about summary refs log tree commit diff
path: root/man/magrep.1
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-08-02 17:03:32 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-08-02 17:03:32 +0200
commit1c3b2019bda2eca09e8791a2e579ac3f90f6c689 (patch)
tree5196cec05e4b7b313b016b8aee6d89b762bccf2a /man/magrep.1
parentd138866fd634ba8e030403c496e06a5ccc33ba85 (diff)
downloadmblaze-1c3b2019bda2eca09e8791a2e579ac3f90f6c689.tar.gz
mblaze-1c3b2019bda2eca09e8791a2e579ac3f90f6c689.tar.xz
mblaze-1c3b2019bda2eca09e8791a2e579ac3f90f6c689.zip
magrep: add -m
Diffstat (limited to 'man/magrep.1')
-rw-r--r--man/magrep.18
1 files changed, 6 insertions, 2 deletions
diff --git a/man/magrep.1 b/man/magrep.1
index 6d41292..df16470 100644
--- a/man/magrep.1
+++ b/man/magrep.1
@@ -6,7 +6,7 @@
 .Nd print mails matching a pattern
 .Sh SYNOPSIS
 .Nm
-.Op Fl c | Fl q
+.Op Fl c | Fl q | Fl m Ar max
 .Op Fl v
 .Op Fl i
 .Op Fl a | Fl d
@@ -32,7 +32,7 @@ If
 is
 .Sq Li "/" ,
 .Nm
-will instead match inside the text parts of the
+will instead search the plain text parts of the
 .Em body
 of the messages.
 .Pp
@@ -65,6 +65,10 @@ according to RFC 2047 first.
 Match
 .Ar regex
 case insensitively.
+.It Fl m Ar max
+Do not show more than
+.Ar max
+matches.
 .It Fl q
 Quiet mode: do not print anything,
 quit as soon as possible.