mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Keep the commands list in sort order!
This commit is contained in:
parent
7c1116f130
commit
a9e97711fa
@ -1,3 +1,7 @@
|
||||
2002-04-19 Thomas Lussnig <thomas.lussnig@bewegungsmelder.de>
|
||||
|
||||
* init.c: The option `egdfile' was not in sort order.
|
||||
|
||||
2002-04-16 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||
|
||||
* ftp.c (getftp): Treat directories that begin with <letter>: as
|
||||
|
@ -124,6 +124,9 @@ static struct {
|
||||
{ "dotsinline", &opt.dots_in_line, cmd_number },
|
||||
{ "dotspacing", &opt.dot_spacing, cmd_number },
|
||||
{ "dotstyle", &opt.dot_style, cmd_string },
|
||||
#ifdef HAVE_SSL
|
||||
{ "egdfile", &opt.sslegdsock, cmd_file },
|
||||
#endif
|
||||
{ "excludedirectories", &opt.excludes, cmd_directory_vector },
|
||||
{ "excludedomains", &opt.exclude_domains, cmd_vector },
|
||||
{ "followftp", &opt.follow_ftp, cmd_boolean },
|
||||
@ -182,7 +185,6 @@ static struct {
|
||||
#ifdef HAVE_SSL
|
||||
{ "sslcertfile", &opt.sslcertfile, cmd_file },
|
||||
{ "sslcertkey", &opt.sslcertkey, cmd_file },
|
||||
{ "egdfile", &opt.sslegdsock, cmd_file },
|
||||
#endif /* HAVE_SSL */
|
||||
{ "timeout", &opt.timeout, cmd_time },
|
||||
{ "timestamping", &opt.timestamping, cmd_boolean },
|
||||
|
Loading…
Reference in New Issue
Block a user