summaryrefslogtreecommitdiff
path: root/Debian/Debhelper
diff options
context:
space:
mode:
authorModestas Vainius <modestas@vainius.eu>2009-06-16 03:42:56 +0300
committerModestas Vainius <modestas@vainius.eu>2009-06-17 22:33:44 +0300
commit4703e65b1f45f1859d4bd4b71dcb534d89e63dfd (patch)
tree61f2f7667ed63d7fbc821964f81fc5ba5bc5f124 /Debian/Debhelper
parenta734bdd7c78b0f3d27d7eacd3d50702d4abe8201 (diff)
Fix typo in the --list option specification.
Signed-off-by: Modestas Vainius <modestas@vainius.eu>
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 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);