r53492 - /trunk/dh-make-perl/lib/DhMakePerl/Command/locate.pm

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Tue Mar 2 08:32:42 UTC 2010


Author: carnil-guest
Date: Tue Mar  2 08:32:21 2010
New Revision: 53492

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53492
Log:
use locate instead of --locate in printed help text

Modified:
    trunk/dh-make-perl/lib/DhMakePerl/Command/locate.pm

Modified: trunk/dh-make-perl/lib/DhMakePerl/Command/locate.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl/Command/locate.pm?rev=53492&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Command/locate.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Command/locate.pm Tue Mar  2 08:32:21 2010
@@ -28,7 +28,7 @@
     my $self = shift;
 
     @ARGV == 1
-        or die "--locate command requires exactly one non-option argument\n";
+        or die "locate command requires exactly one non-option argument\n";
 
     my $apt_contents = $self->get_apt_contents;
 




More information about the Pkg-perl-cvs-commits mailing list