summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Dh_Getopt.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-10-21 15:02:16 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-10-21 15:02:16 -0400
commit593b9436ce272aa781bb7f0b7b315bafaf5e3f47 (patch)
tree3f68c3efc6b67a7d6f6aae3ef498de74edd22a49 /Debian/Debhelper/Dh_Getopt.pm
parent203f8f831e92d994d860f3094a5064510dda28fb (diff)
fix wording for when there are multiple options
Diffstat (limited to 'Debian/Debhelper/Dh_Getopt.pm')
-rw-r--r--Debian/Debhelper/Dh_Getopt.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Dh_Getopt.pm b/Debian/Debhelper/Dh_Getopt.pm
index 3ed6f90c..cc15ddde 100644
--- a/Debian/Debhelper/Dh_Getopt.pm
+++ b/Debian/Debhelper/Dh_Getopt.pm
@@ -141,7 +141,7 @@ sub parseopts {
);
if (!$ret) {
- warning("warning: this unknown option will be a fatal error in a future debhelper release");
+ warning("warning: unknown options will be a fatal error in a future debhelper release");
#error("unknown option; aborting");
}