1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Improve error message so it names the more useful values first.

This commit is contained in:
hniksic 2005-06-16 03:51:14 -07:00
parent 4206f96614
commit 876cd95a6e
2 changed files with 6 additions and 1 deletions

View 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

View 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;
}