diff options
author | Niels Thykier <niels@thykier.net> | 2018-09-02 15:22:09 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2018-09-02 15:22:11 +0000 |
commit | 89addaff807b5f67dcd6b0287314da7eaf2826f1 (patch) | |
tree | b49d547ff2e3e0e4ad154ffd232ff9ddeaedbe8a /lib | |
parent | 8e9e73464c3da06ca315006e9ea5da6833780d14 (diff) | |
download | debhelper-89addaff807b5f67dcd6b0287314da7eaf2826f1.tar.gz |
Dh_Getopt.pm: Remove --priority as default option
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Debian/Debhelper/Dh_Getopt.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Debian/Debhelper/Dh_Getopt.pm b/lib/Debian/Debhelper/Dh_Getopt.pm index 0eb3de04..dd96480b 100644 --- a/lib/Debian/Debhelper/Dh_Getopt.pm +++ b/lib/Debian/Debhelper/Dh_Getopt.pm @@ -144,8 +144,6 @@ sub getoptions { "A" => \$dh{PARAMS_ALL}, "all" => \$dh{PARAMS_ALL}, - "priority=s" => \$dh{PRIORITY}, - "h|help" => \&showhelp, "mainpackage=s" => \$dh{MAINPACKAGE}, |