aboutsummaryrefslogtreecommitdiff
path: root/networking/wget.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2016-07-07 14:28:08 +0100
committerRon Yorston <rmy@pobox.com>2016-07-07 14:58:55 +0100
commit613f46218c53c8cabdbf0435653e74e0e0e91e1c (patch)
treeca06a7e7a3e4c861441acb4ea20648d7827fa6ae /networking/wget.c
parenta0c61c9492723dd31681f878f9c68c92817a476d (diff)
parent237bedd499c58034a1355484d6d4d906f0180308 (diff)
downloadbusybox-w32-613f46218c53c8cabdbf0435653e74e0e0e91e1c.tar.gz
busybox-w32-613f46218c53c8cabdbf0435653e74e0e0e91e1c.tar.bz2
busybox-w32-613f46218c53c8cabdbf0435653e74e0e0e91e1c.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'networking/wget.c')
-rw-r--r--networking/wget.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/networking/wget.c b/networking/wget.c
index c725edb5b..c886dd391 100644
--- a/networking/wget.c
+++ b/networking/wget.c
@@ -1274,9 +1274,8 @@ IF_DESKTOP( "no-parent\0" No_argument "\xf0")
1274 applet_long_options = wget_longopts; 1274 applet_long_options = wget_longopts;
1275#endif 1275#endif
1276 opt_complementary = "-1" /* at least one URL */ 1276 opt_complementary = "-1" /* at least one URL */
1277 IF_FEATURE_WGET_TIMEOUT(":T+") /* -T NUM */
1278 IF_FEATURE_WGET_LONG_OPTIONS(":\xff::"); /* --header is a list */ 1277 IF_FEATURE_WGET_LONG_OPTIONS(":\xff::"); /* --header is a list */
1279 getopt32(argv, "csqO:P:Y:U:T:" 1278 getopt32(argv, "csqO:P:Y:U:T:+"
1280 /*ignored:*/ "t:" 1279 /*ignored:*/ "t:"
1281 /*ignored:*/ "n::" 1280 /*ignored:*/ "n::"
1282 /* wget has exactly four -n<letter> opts, all of which we can ignore: 1281 /* wget has exactly four -n<letter> opts, all of which we can ignore: