about summary refs log tree commit homepage
path: root/script/public-inbox-clone
diff options
context:
space:
mode:
Diffstat (limited to 'script/public-inbox-clone')
-rwxr-xr-xscript/public-inbox-clone4
1 files changed, 4 insertions, 0 deletions
diff --git a/script/public-inbox-clone b/script/public-inbox-clone
index efe0cff6..677c56c8 100755
--- a/script/public-inbox-clone
+++ b/script/public-inbox-clone
@@ -22,8 +22,12 @@ options:
     --quiet | -q      increase verbosity (may be repeated)
     -C DIR            chdir to specified directory
 EOF
+
+# cgit calls it `project-list', grokmirror calls it `projectslist',
+# support both :/
 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
         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 };