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:
parent
4206f96614
commit
876cd95a6e
@ -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>
|
2005-06-15 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* http.c (gethttp): Also report the system error when the POST
|
* http.c (gethttp): Also report the system error when the POST
|
||||||
|
@ -747,7 +747,7 @@ cmd_lockable_boolean (const char *com, const char *val, void *place)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
fprintf (stderr,
|
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);
|
exec_name, com, val);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user