]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc: lei-forget-search: fix option name in --prune description
authorKyle Meyer <kyle@kyleam.com>
Sat, 23 Oct 2021 00:22:40 +0000 (20:22 -0400)
committerEric Wong <e@80x24.org>
Sat, 23 Oct 2021 02:49:11 +0000 (02:49 +0000)
Fixes: 6f8e16a266b30819 ("lei forget-search: support --prune=<local|remote>")
Documentation/lei-forget-search.pod

index 3a7f493cee8e597a77c917474e2d6bb871b42c2d..adbe76388f38d836e57e3167fe532b4491fc5282 100644 (file)
@@ -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