about summary refs log tree commit homepage
path: root/script
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-11-28 05:32:12 +0000
committerEric Wong <e@80x24.org>2022-11-28 23:38:58 +0000
commit115690ef740e2130915481627f8cac6b81ff7cc2 (patch)
tree29ba57263961eb322c93815bb772ebf47a7aa6a1 /script
parent7bca685c1733a2565a833f1f695e2b740d45b7f6 (diff)
downloadpublic-inbox-115690ef740e2130915481627f8cac6b81ff7cc2.tar.gz
This can be useful for intermittent network errors,
and the required code changes makes it less dependent
on global state.
Diffstat (limited to 'script')
-rwxr-xr-xscript/public-inbox-clone2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/public-inbox-clone b/script/public-inbox-clone
index df9ddd37..efe0cff6 100755
--- a/script/public-inbox-clone
+++ b/script/public-inbox-clone
@@ -24,7 +24,7 @@ options:
 EOF
 GetOptions($opt, qw(help|h quiet|q verbose|v+ C=s@ c=s@ include|I=s@ exclude=s@
         inbox-config=s inbox-version=i objstore=s manifest=s
-        prune|p
+        prune|p keep-going|k
         dry-run|n jobs|j=i no-torsocks torsocks=s epoch=s)) or die $help;
 if ($opt->{help}) { print $help; exit };
 require PublicInbox::Admin; # loads Config