From c732d4f949d1305401ab944dc1a9b30089ee03eb Mon Sep 17 00:00:00 2001 From: Daniel Spiljar Date: Fri, 29 Dec 2023 00:59:25 +0100 Subject: [PATCH] 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. --- doc/mboxgrep.1 | 4 ++-- doc/mboxgrep.info | Bin 6877 -> 6873 bytes doc/mboxgrep.texi | 7 +++---- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/mboxgrep.1 b/doc/mboxgrep.1 index 8912f44..76888fc 100644 --- a/doc/mboxgrep.1 +++ b/doc/mboxgrep.1 @@ -72,8 +72,8 @@ Do not lock files. This option is meaningful only if a mbox folder (see below) is scanned. .IP "-c, --count" Suppress normal output and print a count of matching messages. -.IP "-o, --output=FOLDER" -Suppress normal output and write messages to destination folder FOLDER instead. +.IP "-o, --output=MAILBOX" +Suppress normal output and write messages to destination MAILBOX instead. .IP "-p, --pipe=COMMAND" Pipe each found message to COMMAND .IP "-d, --delete" diff --git a/doc/mboxgrep.info b/doc/mboxgrep.info index 0ad5019aa159677aabd691e9e5862ba95407ba2a..e35151b5757c21efa838ea4dcfd6b912672784c0 100644 GIT binary patch delta 123 zcmca>ded}*8KcEU^Amg`zK)(gPW}<bm&~5ccGFKBdW~{BlBR`8g@6MO+FX0Fl}p z&;Oi@$&73Ae?b}BdJ|I%b1uL9lvFDP*NVj4f}GUidJ{_n3#gb=X?k(JskyNclpm6> T5SE#oU0H8tXlgKdp_Byx>2oO= diff --git a/doc/mboxgrep.texi b/doc/mboxgrep.texi index 572aa7c..b446614 100644 --- a/doc/mboxgrep.texi +++ b/doc/mboxgrep.texi @@ -171,10 +171,9 @@ Use with extreme caution. @itemx -nd Ignore duplicate messages. -@item --output=FOLDER -@itemx -o FOLDER -Suppress normal output and write messages to destination folder FOLDER -instead. +@item --output=MAILBOX +@itemx -o MAILBOX +Suppress normal output and write messages to destination MAILBOX instead. 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.