about summary refs log tree commit homepage
path: root/lib/PublicInbox/LeiQuery.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-04-13 10:54:46 +0000
committerEric Wong <e@80x24.org>2021-04-13 15:06:09 -0400
commit3052acd27f3119510b3efa33d77b610d6c4f1c85 (patch)
tree0e57051122af65f0802074b83c8752c87020f925 /lib/PublicInbox/LeiQuery.pm
parent8ab43c1c27c725a8ef9307f5dba3e565169d48ca (diff)
downloadpublic-inbox-3052acd27f3119510b3efa33d77b610d6c4f1c85.tar.gz
The command isn't finalized, yet, but it's intended to update
an existing saved search.
Diffstat (limited to 'lib/PublicInbox/LeiQuery.pm')
-rw-r--r--lib/PublicInbox/LeiQuery.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/LeiQuery.pm b/lib/PublicInbox/LeiQuery.pm
index 8bca1020..7456f7f9 100644
--- a/lib/PublicInbox/LeiQuery.pm
+++ b/lib/PublicInbox/LeiQuery.pm
@@ -12,7 +12,7 @@ sub prep_ext { # externals_each callback
         $lxs->prepare_external($loc) unless $exclude->{$loc};
 }
 
-sub _start_query {
+sub _start_query { # used by "lei q" and "lei up"
         my ($self) = @_;
         PublicInbox::LeiOverview->new($self) or return;
         my $opt = $self->{opt};