Phrasing
Clarify that the parameter to the "-o" switch is a MAILBOX instead of a FOLDER (which could be confused with an ordinary filesystem folder). Added per Roman Nezval's comment.
This commit is contained in:
parent
7255fae5d0
commit
c732d4f949
@ -72,8 +72,8 @@ Do not lock files. This option is meaningful only if a mbox folder (see below)
|
|||||||
is scanned.
|
is scanned.
|
||||||
.IP "-c, --count"
|
.IP "-c, --count"
|
||||||
Suppress normal output and print a count of matching messages.
|
Suppress normal output and print a count of matching messages.
|
||||||
.IP "-o, --output=FOLDER"
|
.IP "-o, --output=MAILBOX"
|
||||||
Suppress normal output and write messages to destination folder FOLDER instead.
|
Suppress normal output and write messages to destination MAILBOX instead.
|
||||||
.IP "-p, --pipe=COMMAND"
|
.IP "-p, --pipe=COMMAND"
|
||||||
Pipe each found message to COMMAND
|
Pipe each found message to COMMAND
|
||||||
.IP "-d, --delete"
|
.IP "-d, --delete"
|
||||||
|
Binary file not shown.
@ -171,10 +171,9 @@ Use with extreme caution.
|
|||||||
@itemx -nd
|
@itemx -nd
|
||||||
Ignore duplicate messages.
|
Ignore duplicate messages.
|
||||||
|
|
||||||
@item --output=FOLDER
|
@item --output=MAILBOX
|
||||||
@itemx -o FOLDER
|
@itemx -o MAILBOX
|
||||||
Suppress normal output and write messages to destination folder FOLDER
|
Suppress normal output and write messages to destination MAILBOX instead.
|
||||||
instead.
|
|
||||||
|
|
||||||
Note that @code{mboxgrep} assumes the output folder is of the same format
|
Note that @code{mboxgrep} assumes the output folder is of the same format
|
||||||
as the input folder. Currently there is no possibility to convert folders.
|
as the input folder. Currently there is no possibility to convert folders.
|
||||||
|
Loading…
Reference in New Issue
Block a user