]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
xgettext: Remove undocumented no-op option '-W'.
authorBruno Haible <bruno@clisp.org>
Sat, 28 Jun 2025 08:19:51 +0000 (10:19 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 28 Jun 2025 08:19:51 +0000 (10:19 +0200)
This was a regression from 2015-01-29.

* gettext-tools/src/xgettext.c (main): Remove short option '-W'.

gettext-tools/src/xgettext.c

index 7909977795bc4a701345021b2d9c1fc85ff9cd00..1671ff96cabc14e621b777d6140d80c297b43151 100644 (file)
@@ -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)
       {