]> sjero.net Git - wget/commitdiff
[svn] Improve error message so it names the more useful values first.
authorhniksic <devnull@localhost>
Thu, 16 Jun 2005 10:51:14 +0000 (03:51 -0700)
committerhniksic <devnull@localhost>
Thu, 16 Jun 2005 10:51:14 +0000 (03:51 -0700)
src/ChangeLog
src/init.c

index 989106ddd0476c7cadea33d5215c05ae4f9ae5ea..18dfa9b5dd61aea961767431e52df39b51081700 100644 (file)
@@ -1,3 +1,8 @@
+2005-06-16  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * init.c (cmd_lockable_boolean): Improve the error message so it
+       lists the more useful values first.
+
 2005-06-15  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * http.c (gethttp): Also report the system error when the POST
index b6347aa5ecf8cc6804f99c50fe2ea37a220f3224..b0e2c592462ba2466283390ab12ab916d6e45980 100644 (file)
@@ -747,7 +747,7 @@ cmd_lockable_boolean (const char *com, const char *val, void *place)
   else
     {
       fprintf (stderr,
-              _("%s: %s: Invalid boolean `%s', use always, on, off, or never.\n"),
+              _("%s: %s: Invalid boolean `%s'; use on, off, always, or never.\n"),
               exec_name, com, val);
       return 0;
     }