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