diff options
Diffstat (limited to 'networking/wget.c')
-rw-r--r-- | networking/wget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/wget.c b/networking/wget.c index 3e61ea656..8af7a3399 100644 --- a/networking/wget.c +++ b/networking/wget.c | |||
@@ -147,7 +147,7 @@ int wget_main(int argc, char **argv) | |||
147 | #endif | 147 | #endif |
148 | /* server.allocated = target.allocated = NULL; */ | 148 | /* server.allocated = target.allocated = NULL; */ |
149 | opt_complementary = "-1" USE_FEATURE_WGET_LONG_OPTIONS(":\xfe::"); | 149 | opt_complementary = "-1" USE_FEATURE_WGET_LONG_OPTIONS(":\xfe::"); |
150 | opt = getopt32(argc, argv, "csqO:P:Y:U:", | 150 | opt = getopt32(argv, "csqO:P:Y:U:", |
151 | &fname_out, &dir_prefix, | 151 | &fname_out, &dir_prefix, |
152 | &proxy_flag, &user_agent | 152 | &proxy_flag, &user_agent |
153 | USE_FEATURE_WGET_LONG_OPTIONS(, &headers_llist) | 153 | USE_FEATURE_WGET_LONG_OPTIONS(, &headers_llist) |