diff options
Diffstat (limited to 'networking/wget.c')
-rw-r--r-- | networking/wget.c | 3 |
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: |