summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig>2005-05-19 08:42:36 +0000
committerrillig <rillig>2005-05-19 08:42:36 +0000
commitfe37ee62be306e6b79a99fa2780be1cef6c6999c (patch)
tree08cd42a30061787e204533e049236c9f67a9eb09 /pkgtools
parent143a99387b2870a9660c2b86662905e3dcb49fdd (diff)
downloadpkgsrc-fe37ee62be306e6b79a99fa2780be1cef6c6999c.tar.gz
Fixed a typo in the command line options (conblank => contblank).
Diffstat (limited to 'pkgtools')
-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 59702779aef..266839bad30 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.153 2005/05/18 19:08:42 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.154 2005/05/19 08:42:36 rillig Exp $
#
# This version contains lots of changes necessary for NetBSD packages
# done by Hubert Feyrer <hubertf@netbsd.org>,
@@ -449,7 +449,7 @@ sub parse_command_line() {
"newpackage|N" => \$opt_check_newpkg,
"verbose|v" => sub { PkgLint::Logging::set_verbose(true); },
"version|V" => sub { print("$conf_distver\n"); exit(0); },
- "conblank|B=i" => \$opt_contblank,
+ "contblank|B=i" => \$opt_contblank,
"dumpmakefile|I" => \$opt_dumpmakefile,
"quiet|q" => \$opt_quiet,
);