From: Bruno Haible Date: Sat, 28 Jun 2025 08:19:51 +0000 (+0200) Subject: xgettext: Remove undocumented no-op option '-W'. X-Git-Tag: v0.26~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8750e7ebb5e251af7cafb63144914057177a1e61;p=thirdparty%2Fgettext.git xgettext: Remove undocumented no-op option '-W'. This was a regression from 2015-01-29. * gettext-tools/src/xgettext.c (main): Remove short option '-W'. --- diff --git a/gettext-tools/src/xgettext.c b/gettext-tools/src/xgettext.c index 790997779..1671ff96c 100644 --- a/gettext-tools/src/xgettext.c +++ b/gettext-tools/src/xgettext.c @@ -438,7 +438,7 @@ main (int argc, char *argv[]) init_flag_table_ycp (); while ((optchar = getopt_long (argc, argv, - "ac::Cd:D:eEf:Fhijk::l:L:m::M::no:p:sTvVw:W:x:", + "ac::Cd:D:eEf:Fhijk::l:L:m::M::no:p:sTvVw:x:", long_options, NULL)) != EOF) switch (optchar) {