]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc: lei: improve description of *-search commands
authorEric Wong <e@80x24.org>
Thu, 3 Nov 2022 00:48:34 +0000 (00:48 +0000)
committerEric Wong <e@80x24.org>
Thu, 3 Nov 2022 18:42:13 +0000 (18:42 +0000)
The `OUTPUT' use may not be immediately apparent, clarify
that it's from `lei q'.

Documentation/lei-edit-search.pod
Documentation/lei-forget-search.pod
Documentation/lei-ls-search.pod

index 21cb11aa29570126f72252dc69fd83420a727064..7f447ca25a2c351ad940989181a25dc33a9d92b8 100644 (file)
@@ -8,7 +8,9 @@ lei edit-search [OPTIONS] OUTPUT
 
 =head1 DESCRIPTION
 
-Invoke C<git config --edit> to edit the saved search at C<OUTPUT>.
+Invoke C<git config --edit> to edit the saved search at C<OUTPUT>,
+where C<OUTPUT> was supplied for argument of C<lei q -o OUTPUT ...>
+A listing of outputs is available via C<lei ls-search>.
 
 =head1 CONTACT
 
@@ -19,7 +21,7 @@ and L<http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta
 
 =head1 COPYRIGHT
 
-Copyright 2021 all contributors L<mailto:meta@public-inbox.org>
+Copyright all contributors L<mailto:meta@public-inbox.org>
 
 License: AGPL-3.0+ L<https://www.gnu.org/licenses/agpl-3.0.txt>
 
index adbe76388f38d836e57e3167fe532b4491fc5282..5ff526f1f7b170fcee3a567885207cd9efb2329b 100644 (file)
@@ -8,7 +8,9 @@ lei forget-search [OPTIONS] OUTPUT
 
 =head1 DESCRIPTION
 
-Forget a saved search at C<OUTPUT>.
+Forget a saved search at C<OUTPUT>,
+where C<OUTPUT> was supplied for argument of C<lei q -o OUTPUT ...>
+A listing of outputs is available via C<lei ls-search>.
 
 =head1 OPTIONS
 
index a56611bf91a980c36f114c5c8ca742e267978807..0fe4b759513486dff416e720c7d7938722d0050f 100644 (file)
@@ -8,7 +8,8 @@ lei ls-search [OPTIONS] [PREFIX]
 
 =head1 DESCRIPTION
 
-List saved search queries.  If C<PREFIX> is given, restrict the output
+List saved search queries (generated from C<lei q -o OUTPUT>).
+If C<PREFIX> is given, restrict the output
 to entries that start with the specified value.
 
 =head1 OPTIONS
@@ -55,7 +56,7 @@ and L<http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta
 
 =head1 COPYRIGHT
 
-Copyright 2021 all contributors L<mailto:meta@public-inbox.org>
+Copyright all contributors L<mailto:meta@public-inbox.org>
 
 License: AGPL-3.0+ L<https://www.gnu.org/licenses/agpl-3.0.txt>