Author: adam-guest
Date: 2008-02-14 20:11:19 +0000 (Thu, 14 Feb 2008)
New Revision: 1015
Modified:
trunk/scripts/tagpending.pl
Log:
Use $progname in the --silent + --verbose error message
Modified: trunk/scripts/tagpending.pl
===================================================================
--- trunk/scripts/tagpending.pl 2008-02-14 19:37:43 UTC (rev 1014)
+++ trunk/scripts/tagpending.pl 2008-02-14 20:11:19 UTC (rev 1015)
@@ -68,7 +68,7 @@
}
if ($opt_verbose and $opt_silent) {
- die "$0 error: --silent and --verbose contradict each other\n";
+ die "$progname error: --silent and --verbose contradict each other\n";
}
=head1 SYNOPSIS
--
To unsubscribe, send mail to [EMAIL PROTECTED]