summaryrefslogtreecommitdiff
path: root/cpan
diff options
context:
space:
mode:
authorGrant McLean <grantm@cpan.org>2010-11-16 14:21:27 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-11-16 14:22:07 +0000
commita27417a027da2da0d1db25186da9b4a6d8521ccf (patch)
treed958a9e01578ccccbb812ba42289a491bb34b9d5 /cpan
parent19c63c21eb37c467819c765287ec580a86cb6162 (diff)
downloadperl-a27417a027da2da0d1db25186da9b4a6d8521ccf.tar.gz
Update references to targrep to ptargrep in ptargrep
Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Diffstat (limited to 'cpan')
-rw-r--r--cpan/Archive-Tar/bin/ptargrep6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpan/Archive-Tar/bin/ptargrep b/cpan/Archive-Tar/bin/ptargrep
index f01730c57f..f0582d8413 100644
--- a/cpan/Archive-Tar/bin/ptargrep
+++ b/cpan/Archive-Tar/bin/ptargrep
@@ -1,7 +1,7 @@
#!/usr/bin/perl
##############################################################################
# Tool for using regular expressions against the contents of files in a tar
-# archive. See 'targrep --help' for more documentation.
+# archive. See 'ptargrep --help' for more documentation.
#
use strict;
@@ -118,11 +118,11 @@ __END__
=head1 NAME
-targrep - Apply pattern matching to the contents of files in a tar archive
+ptargrep - Apply pattern matching to the contents of files in a tar archive
=head1 SYNOPSIS
- targrep [options] <pattern> <tar file> ...
+ ptargrep [options] <pattern> <tar file> ...
Options: