about summary refs log tree commit homepage
path: root/script/public-inbox-fetch
diff options
context:
space:
mode:
Diffstat (limited to 'script/public-inbox-fetch')
-rwxr-xr-xscript/public-inbox-fetch1
1 files changed, 1 insertions, 0 deletions
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