X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=script%2Fpublic-inbox-fetch;fp=script%2Fpublic-inbox-fetch;h=6fd15328a96e5783e9ce1a466db914b38da40034;hp=4b991a90614bd449234608780258571b1be237c4;hb=37131af8eb12f6b0d715fd291c885cafec8be577;hpb=aa82a5a136595d935705e8c9fbffe362e44b8917 diff --git a/script/public-inbox-fetch b/script/public-inbox-fetch index 4b991a90..6fd15328 100755 --- a/script/public-inbox-fetch +++ b/script/public-inbox-fetch @@ -23,6 +23,7 @@ options: -C DIR chdir to specified directory EOF GetOptions($opt, qw(help|h quiet|q verbose|v+ C=s@ c=s@ try-remote|T=s@ + prune|p no-torsocks torsocks=s exit-code)) or die $help; if ($opt->{help}) { print $help; exit }; require PublicInbox::Fetch; # loads Admin