]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Gcf2.pm
gcf2client: split out request API from regular git
[public-inbox.git] / lib / PublicInbox / Gcf2.pm
index 0d5c8c5702d468d07ddf15c38a47cca8595883f4..01b83c96f684f06f85b6a292ac85eb60726f34a3 100644 (file)
@@ -75,9 +75,9 @@ sub add_alt ($$) {
        $gcf2->add_alternate($objdir);
 }
 
-# Usage: $^X -MPublicInbox::Gcf2 -e 'PublicInbox::Gcf2::loop()'
+# Usage: $^X -MPublicInbox::Gcf2 -e PublicInbox::Gcf2::loop
 # (see lib/PublicInbox/Gcf2Client.pm)
-sub loop {
+sub loop () {
        my $gcf2 = new();
        my %seen;
        STDERR->autoflush(1);