From: Joey Hess Date: Tue, 21 Oct 2008 19:02:16 +0000 (-0400) Subject: fix wording for when there are multiple options X-Git-Tag: 7.1.1~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=593b9436ce272aa781bb7f0b7b315bafaf5e3f47;p=debhelper.git fix wording for when there are multiple options --- diff --git a/Debian/Debhelper/Dh_Getopt.pm b/Debian/Debhelper/Dh_Getopt.pm index 3ed6f90..cc15ddd 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"); }