summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-08-19 16:08:08 +0000
committerrillig <rillig@pkgsrc.org>2005-08-19 16:08:08 +0000
commitfc379838f007c7d1063f24d17bc79e2d029601b7 (patch)
tree2cd02993c5c9ec7e4d56f2fc49b493c3abe245d2
parent5760a24d88334a587b6377dd602769e8fc95839a (diff)
downloadpkgsrc-fc379838f007c7d1063f24d17bc79e2d029601b7.tar.gz
The --help message was wrong. The progress messages are not printed on
STDERR but on STDOUT.
-rw-r--r--pkgtools/pkglint/files/pkglint.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl
index f9d6c125bd0..0e9c179a65d 100644
--- a/pkgtools/pkglint/files/pkglint.pl
+++ b/pkgtools/pkglint/files/pkglint.pl
@@ -11,7 +11,7 @@
# Freely redistributable. Absolutely no warranty.
#
# From Id: portlint.pl,v 1.64 1998/02/28 02:34:05 itojun Exp
-# $NetBSD: pkglint.pl,v 1.244 2005/08/19 15:58:30 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.245 2005/08/19 16:08:08 rillig Exp $
#
# This version contains lots of changes necessary for NetBSD packages
# done by:
@@ -306,7 +306,7 @@ my (%options) = (
"-W{warn,...}" => "enable or disable specific warnings",
"-h|--help" => "print a detailed help message",
"-V|--version" => "print the version number of pkglint",
- "-v|--verbose" => "print progress messages on STDERR",
+ "-v|--verbose" => "print progress messages",
);
my $opt_check_distinfo = true;