summaryrefslogtreecommitdiff
path: root/Porting/cherrymaint
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-03-11 10:44:19 -0600
committerKarl Williamson <public@khwilliamson.com>2012-03-16 13:33:55 -0600
commitcbba5ad3171ce71ed2a33c4e53a23bd58c747b84 (patch)
tree71575de8cba8bae49600bdede3286a2265c5c744 /Porting/cherrymaint
parentd0a3d6d981209bcd0d361ffd9b151631c4acbfa1 (diff)
downloadperl-cbba5ad3171ce71ed2a33c4e53a23bd58c747b84.tar.gz
cherrymaint: Beef up --help option
I can never remember how to set the tunnel up for using this, so add it to the help output
Diffstat (limited to 'Porting/cherrymaint')
-rw-r--r--Porting/cherrymaint3
1 files changed, 3 insertions, 0 deletions
diff --git a/Porting/cherrymaint b/Porting/cherrymaint
index c5b280461e..f4092a9df5 100644
--- a/Porting/cherrymaint
+++ b/Porting/cherrymaint
@@ -30,6 +30,9 @@ $usage .= "\n" . << "HERE";
COMMIT: a git revision ID (SHA1 or symbolic reference like HEAD)
+ You must first tunnel $addr to perl5.git.perl.org:3000? E.g.
+ \$ ssh -C -L${\ join q{:} => reverse split /:/, $addr}:3000 perl5.git.perl.org
+
HERE
die $usage if grep { /^(--help|-h)$/ } @ARGV;