X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=script%2Fpublic-inbox-clone;fp=script%2Fpublic-inbox-clone;h=e38d7b0d4afe0d445b7fc3fd91fe1ae529245c65;hp=26f42e74b8f82d2cfb9835df328bdcb1b1fe4979;hb=9537b9c7201a7c656c3efcb9918df930a7447981;hpb=225b9614f1e883273dada2709dead9ddb7fe40c8 diff --git a/script/public-inbox-clone b/script/public-inbox-clone index 26f42e74..e38d7b0d 100755 --- a/script/public-inbox-clone +++ b/script/public-inbox-clone @@ -13,7 +13,7 @@ usage: public-inbox-clone INBOX_URL [DESTINATION] options: --epoch=RANGE range of v2 epochs to clone (e.g `2..5', `~0', `~1..') - --objstore [DIR] share storage for coderepos + --objstore=DIR share storage for coderepos --torsocks VAL whether or not to wrap git and curl commands with torsocks (default: `auto') Must be one of: `auto', `no' or `yes' @@ -23,7 +23,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@ - inbox-config=s inbox-version=i objstore:s + inbox-config=s inbox-version=i objstore=s 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