]> git.donarmstrong.com Git - debhelper.git/blobdiff - Debian/Debhelper/Dh_Buildsystems.pm
Fix typo in the --list option specification.
[debhelper.git] / Debian / Debhelper / Dh_Buildsystems.pm
index 47d9d5824f1dccfe1b08f564ca4e40761e01c119..83017ece738443f7c6da47bc6928777104447f36 100644 (file)
@@ -120,7 +120,7 @@ sub buildsystems_init {
            "buildsystem=s" => \$opt_buildsys,
 
            "l" => \$opt_list,
-           "--list" => \$opt_list,
+           "list" => \$opt_list,
        );
        $args{options}{$_} = $options{$_} foreach keys(%options);
        Debian::Debhelper::Dh_Lib::init(%args);