From: Modestas Vainius Date: Tue, 16 Jun 2009 00:42:56 +0000 (+0300) Subject: Fix typo in the --list option specification. X-Git-Tag: 7.3.0~41 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4703e65b1f45f1859d4bd4b71dcb534d89e63dfd;p=debhelper.git Fix typo in the --list option specification. Signed-off-by: Modestas Vainius --- diff --git a/Debian/Debhelper/Dh_Buildsystems.pm b/Debian/Debhelper/Dh_Buildsystems.pm index 47d9d58..83017ec 100644 --- a/Debian/Debhelper/Dh_Buildsystems.pm +++ b/Debian/Debhelper/Dh_Buildsystems.pm @@ -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);