about summary refs log tree commit homepage
path: root/script
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-01-05 11:41:57 +0000
committerEric Wong <e@80x24.org>2023-01-06 03:30:04 +0000
commitba1a1efbcd23ab472b3c5c030082a9064462680b (patch)
tree9de75dd70edd689583fe06fabfc69819c335b8a9 /script
parent6416cd67c9e52111d37d12452a3f8046fd5f8e1e (diff)
downloadpublic-inbox-ba1a1efbcd23ab472b3c5c030082a9064462680b.tar.gz
Since public-inbox-clone is now useful for incremental updates
with manifest, --exit-code belongs here, too.
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 6ed7ab6b..e93ac37b 100755
--- a/script/public-inbox-clone
+++ b/script/public-inbox-clone
@@ -28,7 +28,7 @@ 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
         project-list|projectslist=s post-update-hook=s@
-        prune|p keep-going|k
+        prune|p keep-going|k exit-code
         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