From a27417a027da2da0d1db25186da9b4a6d8521ccf Mon Sep 17 00:00:00 2001 From: Grant McLean Date: Tue, 16 Nov 2010 14:21:27 +0000 Subject: [PATCH] Update references to targrep to ptargrep in ptargrep Signed-off-by: Chris 'BinGOs' Williams --- cpan/Archive-Tar/bin/ptargrep | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cpan/Archive-Tar/bin/ptargrep b/cpan/Archive-Tar/bin/ptargrep index f01730c..f0582d8 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] ... + ptargrep [options] ... Options: -- 1.8.3.1