From 4703e65b1f45f1859d4bd4b71dcb534d89e63dfd Mon Sep 17 00:00:00 2001 From: Modestas Vainius Date: Tue, 16 Jun 2009 03:42:56 +0300 Subject: Fix typo in the --list option specification. Signed-off-by: Modestas Vainius --- Debian/Debhelper/Dh_Buildsystems.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Debian') diff --git a/Debian/Debhelper/Dh_Buildsystems.pm b/Debian/Debhelper/Dh_Buildsystems.pm index 47d9d582..83017ece 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); -- cgit v1.2.3