This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update references to targrep to ptargrep in ptargrep
authorGrant McLean <grantm@cpan.org>
Tue, 16 Nov 2010 14:21:27 +0000 (14:21 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Tue, 16 Nov 2010 14:22:07 +0000 (14:22 +0000)
Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
cpan/Archive-Tar/bin/ptargrep

index f01730c..f0582d8 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 ##############################################################################
 # Tool for using regular expressions against the contents of files in a tar
 #!/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;
 #
 
 use strict;
@@ -118,11 +118,11 @@ __END__
 
 =head1 NAME
 
 
 =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
 
 
 =head1 SYNOPSIS
 
-  targrep [options] <pattern> <tar file> ...
+  ptargrep [options] <pattern> <tar file> ...
 
   Options:
 
 
   Options: