2008-08-20 22:00:34 +08:00
|
|
|
--- a/networking/wget.c
|
|
|
|
+++ b/networking/wget.c
|
2009-12-08 00:56:04 +08:00
|
|
|
@@ -653,7 +653,7 @@ int wget_main(int argc UNUSED_PARAM, cha
|
2009-05-26 01:15:39 +08:00
|
|
|
// "tries\0" Required_argument "t"
|
|
|
|
// "timeout\0" Required_argument "T"
|
|
|
|
/* Ignored (we always use PASV): */
|
2007-10-05 08:27:49 +08:00
|
|
|
- "passive-ftp\0" No_argument "\xff"
|
|
|
|
+ "passive-ftp\0" No_argument "\xfd"
|
|
|
|
"header\0" Required_argument "\xfe"
|
2009-09-28 20:38:46 +08:00
|
|
|
"post-data\0" Required_argument "\xfd"
|
2007-10-05 08:27:49 +08:00
|
|
|
;
|