mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Sort commands[].
This commit is contained in:
parent
2d3efb50d0
commit
34ea31bb01
@ -1,3 +1,7 @@
|
||||
2000-11-06 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||
|
||||
* init.c: commands[] need to be sorted! ("base" wasn't.)
|
||||
|
||||
2000-11-05 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||
|
||||
* wget.h (DO_REALLOC_FROM_ALLOCA): Use braces to disambiguate
|
||||
|
@ -95,8 +95,8 @@ static struct {
|
||||
{ "background", &opt.background, cmd_boolean },
|
||||
{ "backupconverted", &opt.backup_converted, cmd_boolean },
|
||||
{ "backups", &opt.backups, cmd_number },
|
||||
{ "bindaddress", &opt.bind_address, cmd_address },
|
||||
{ "base", &opt.base_href, cmd_string },
|
||||
{ "bindaddress", &opt.bind_address, cmd_address },
|
||||
{ "cache", &opt.proxy_cache, cmd_boolean },
|
||||
{ "continue", &opt.always_rest, cmd_boolean },
|
||||
{ "convertlinks", &opt.convert_links, cmd_boolean },
|
||||
|
Loading…
Reference in New Issue
Block a user