pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files The --help message was wrong. T...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b87fa0bf2b55
branches: trunk
changeset: 498308:b87fa0bf2b55
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Aug 19 16:08:08 2005 +0000
description:
The --help message was wrong. The progress messages are not printed on
STDERR but on STDOUT.
diffstat:
pkgtools/pkglint/files/pkglint.pl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 629e428e2e90 -r b87fa0bf2b55 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Fri Aug 19 16:06:03 2005 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Fri Aug 19 16:08:08 2005 +0000
@@ -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 @@
"-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;
Home |
Main Index |
Thread Index |
Old Index