aboutsummaryrefslogtreecommitdiff
path: root/ftp/wget/files/patch-src__main.c
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/wget/files/patch-src__main.c')
-rw-r--r--ftp/wget/files/patch-src__main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/wget/files/patch-src__main.c b/ftp/wget/files/patch-src__main.c
index 9141b1faf8d8..3fe5df0670a5 100644
--- a/ftp/wget/files/patch-src__main.c
+++ b/ftp/wget/files/patch-src__main.c
@@ -5,9 +5,9 @@
{ "timestamping", 'N', OPT_BOOLEAN, "timestamping", -1 },
{ "tries", 't', OPT_VALUE, "tries", -1 },
+ { "trust-server-names", 0, OPT_BOOLEAN, "trustservernames", -1 },
- { "use-server-timestamps", 0, OPT_BOOLEAN, "useservertimestamps", -1 },
{ "user", 0, OPT_VALUE, "user", -1 },
{ "user-agent", 'U', OPT_VALUE, "useragent", -1 },
+ { "verbose", 'v', OPT_BOOLEAN, "verbose", -1 },
@@ -680,6 +681,8 @@
N_("\
-I, --include-directories=LIST list of allowed directories.\n"),