about summary refs log tree commit homepage
path: root/Documentation/lei-q.pod
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-04-28 04:51:05 +0000
committerEric Wong <e@80x24.org>2021-04-28 19:30:45 +0000
commit7a02765abcdca2f9cc92b6828d744e5788810e0d (patch)
treecd25b59a2abcb1d470cd8ab9814cb5752ed7ecd1 /Documentation/lei-q.pod
parent0761fa9470bf37bc2febd4f680b0fc4a304eae83 (diff)
downloadpublic-inbox-7a02765abcdca2f9cc92b6828d744e5788810e0d.tar.gz
This drives the point home about results being volatile
and discardable.
Diffstat (limited to 'Documentation/lei-q.pod')
-rw-r--r--Documentation/lei-q.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/lei-q.pod b/Documentation/lei-q.pod
index a84fc440..b938746a 100644
--- a/Documentation/lei-q.pod
+++ b/Documentation/lei-q.pod
@@ -31,9 +31,9 @@ Read search terms from stdin.
 Warning: this clobbers and overwrites the output destination unless
 L</-a, --augment> is specified.
 
-Destination for results (e.g., C<path/to/Maildir>,
+Destination for results (e.g., C</tmp/results-Maildir>,
 C<imaps://user@mail.example.com/INBOX.test>, or
-C<mboxcl2:path/to/mbox>).  The prefix may be a supported protocol:
+C<mboxcl2:/tmp/results-mboxcl2>).  The prefix may be a supported protocol:
 C<imap://> or C<imaps://>.  URLs requiring
 authentication must use L<netrc(5)> and/or L<git-credential(1)> to
 fill in the username and password.