summaryrefslogtreecommitdiff
path: root/Debian/Debhelper
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-11-04 20:30:44 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-11-04 20:36:28 -0500
commit8e81a88c7d1209436996db36217568fc44f889b0 (patch)
tree4b23d50b9abe1a6633a5bddc48c3ae9d6956934a /Debian/Debhelper
parentdb49690fa990eab385d1e6844c285b22c2219f30 (diff)
--max-parallel requires a number
Diffstat (limited to 'Debian/Debhelper')
-rw-r--r--Debian/Debhelper/Dh_Buildsystems.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Dh_Buildsystems.pm b/Debian/Debhelper/Dh_Buildsystems.pm
index fc06a2ac..a9a13a29 100644
--- a/Debian/Debhelper/Dh_Buildsystems.pm
+++ b/Debian/Debhelper/Dh_Buildsystems.pm
@@ -129,7 +129,7 @@ sub buildsystems_init {
"l" => \$opt_list,
"list" => \$opt_list,
- "max-parallel:i" => \$max_parallel,
+ "max-parallel=i" => \$max_parallel,
);
$args{options}{$_} = $options{$_} foreach keys(%options);
Debian::Debhelper::Dh_Lib::init(%args);