about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2021-10-22 20:22:40 -0400
committerEric Wong <e@80x24.org>2021-10-23 02:49:11 +0000
commit0e22868f2c5ad03193ae077d17fdad64b51fdac2 (patch)
tree0f652ca39a68ee81fa2e25d8dd95157d3b0ede42
parent6f8e16a266b30819ff74c40bc532f8c3f4a9f4b7 (diff)
downloadpublic-inbox-0e22868f2c5ad03193ae077d17fdad64b51fdac2.tar.gz
Fixes: 6f8e16a266b30819 ("lei forget-search: support --prune=<local|remote>")
-rw-r--r--Documentation/lei-forget-search.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/lei-forget-search.pod b/Documentation/lei-forget-search.pod
index 3a7f493c..adbe7638 100644
--- a/Documentation/lei-forget-search.pod
+++ b/Documentation/lei-forget-search.pod
@@ -17,8 +17,8 @@ Forget a saved search at C<OUTPUT>.
 =item --prune[=<local|remote>]
 
 C<--prune> will forget saved searches if the C<OUTPUT> no longer
-exists.  C<--all=local> only prunes local mailboxes,
-C<--all=remote> only prunes remote mailboxes (currently
+exists.  C<--prune=local> only prunes local mailboxes,
+C<--prune=remote> only prunes remote mailboxes (currently
 C<imap://> and C<imaps://>).
 
 =back