aboutsummaryrefslogtreecommitdiff
path: root/networking/wget.c
diff options
context:
space:
mode:
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 28c12540b..37950ed39 100644
--- a/networking/wget.c
+++ b/networking/wget.c
@@ -1268,9 +1268,8 @@ IF_DESKTOP( "no-parent\0" No_argument "\xf0")
1268 applet_long_options = wget_longopts; 1268 applet_long_options = wget_longopts;
1269#endif 1269#endif
1270 opt_complementary = "-1" /* at least one URL */ 1270 opt_complementary = "-1" /* at least one URL */
1271 IF_FEATURE_WGET_TIMEOUT(":T+") /* -T NUM */
1272 IF_FEATURE_WGET_LONG_OPTIONS(":\xff::"); /* --header is a list */ 1271 IF_FEATURE_WGET_LONG_OPTIONS(":\xff::"); /* --header is a list */
1273 getopt32(argv, "csqO:P:Y:U:T:" 1272 getopt32(argv, "csqO:P:Y:U:T:+"
1274 /*ignored:*/ "t:" 1273 /*ignored:*/ "t:"
1275 /*ignored:*/ "n::" 1274 /*ignored:*/ "n::"
1276 /* wget has exactly four -n<letter> opts, all of which we can ignore: 1275 /* wget has exactly four -n<letter> opts, all of which we can ignore: