From 8eca0987cfbcea8b1276d9852fb26d0ddb11ed3b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 5 Mar 2023 22:18:11 +0000 Subject: doc: update public-inbox-clone examples and help Basically, public-inbox-clone has become grok-pull without config files nor absolute paths. --- script/public-inbox-clone | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'script') diff --git a/script/public-inbox-clone b/script/public-inbox-clone index 10ad3487..5b365df7 100755 --- a/script/public-inbox-clone +++ b/script/public-inbox-clone @@ -6,21 +6,25 @@ use v5.12; use Getopt::Long qw(:config gnu_getopt no_ignore_case auto_abbrev); my $opt = {}; my $help = <