]> git.donarmstrong.com Git - debhelper.git/blobdiff - Debian/Debhelper/Dh_Buildsystems.pm
--max-parallel requires a number
[debhelper.git] / Debian / Debhelper / Dh_Buildsystems.pm
index fc06a2ac16a27e3f32583b4d91473c6bf850dce1..a9a13a29d98e287b93732116c74728220073a1f1 100644 (file)
@@ -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);