From ba1a1efbcd23ab472b3c5c030082a9064462680b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 5 Jan 2023 11:41:57 +0000 Subject: clone: implement --exit-code Since public-inbox-clone is now useful for incremental updates with manifest, --exit-code belongs here, too. --- script/public-inbox-clone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script') 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 -- cgit v1.2.3-24-ge0c7