]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/LeiQuery.pm
lei: add "lei up" to complement "lei q --save"
[public-inbox.git] / lib / PublicInbox / LeiQuery.pm
index 8bca102058afabb7ff00d70d5338b5c5131f1557..7456f7f98e212bbba3295b1484ba0a13bcd8c620 100644 (file)
@@ -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};