diff options
author | Modestas Vainius <modestas@vainius.eu> | 2009-06-16 03:42:56 +0300 |
---|---|---|
committer | Modestas Vainius <modestas@vainius.eu> | 2009-06-17 22:33:44 +0300 |
commit | 4703e65b1f45f1859d4bd4b71dcb534d89e63dfd (patch) | |
tree | 61f2f7667ed63d7fbc821964f81fc5ba5bc5f124 | |
parent | a734bdd7c78b0f3d27d7eacd3d50702d4abe8201 (diff) | |
download | debhelper-4703e65b1f45f1859d4bd4b71dcb534d89e63dfd.tar.gz |
Fix typo in the --list option specification.
Signed-off-by: Modestas Vainius <modestas@vainius.eu>
-rw-r--r-- | Debian/Debhelper/Dh_Buildsystems.pm | 2 |
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); |