about summary refs log tree commit homepage
path: root/script
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-11-28 05:31:00 +0000
committerEric Wong <e@80x24.org>2022-11-28 23:38:53 +0000
commitf6002395d2c62dfac2c6fbbd7e8428bb2467a036 (patch)
tree726dd917231fedbd972b87d4be62546ccdc4c279 /script
parent169cb094abc6477cc38cc0eb0e2467a088e4068a (diff)
downloadpublic-inbox-f6002395d2c62dfac2c6fbbd7e8428bb2467a036.tar.gz
This is a first step in supporting completely parallelized
clones.  Eventually, everything will be parallelized and
dependencies will be managed via callbacks.
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 4244e0c8..ce4697f3 100755
--- a/script/public-inbox-clone
+++ b/script/public-inbox-clone
@@ -22,7 +22,7 @@ options:
     -C DIR            chdir to specified directory
 EOF
 GetOptions($opt, qw(help|h quiet|q verbose|v+ C=s@ c=s@ include|I=s@ exclude=s@
-                no-torsocks torsocks=s epoch=s)) or die $help;
+                jobs|j=i no-torsocks torsocks=s epoch=s)) or die $help;
 if ($opt->{help}) { print $help; exit };
 require PublicInbox::Admin; # loads Config
 PublicInbox::Admin::do_chdir(delete $opt->{C});