Line 0
Link Here
|
|
|
1 |
--- src/main.c.orig 2010-09-05 09:18:44.000000000 +0800 |
2 |
+++ src/main.c 2010-09-05 09:21:33.000000000 +0800 |
3 |
@@ -266,6 +266,7 @@ |
4 |
{ "timeout", 'T', OPT_VALUE, "timeout", -1 }, |
5 |
{ "timestamping", 'N', OPT_BOOLEAN, "timestamping", -1 }, |
6 |
{ "tries", 't', OPT_VALUE, "tries", -1 }, |
7 |
+ { "trust-server-names", 0, OPT_BOOLEAN, "trustservernames", -1 }, |
8 |
{ "user", 0, OPT_VALUE, "user", -1 }, |
9 |
{ "user-agent", 'U', OPT_VALUE, "useragent", -1 }, |
10 |
{ "verbose", 'v', OPT_BOOLEAN, "verbose", -1 }, |
11 |
@@ -675,6 +676,8 @@ |
12 |
N_("\ |
13 |
-I, --include-directories=LIST list of allowed directories.\n"), |
14 |
N_("\ |
15 |
+ --trust-server-names use the name specified by the redirection url last component.\n"), |
16 |
+ N_("\ |
17 |
-X, --exclude-directories=LIST list of excluded directories.\n"), |
18 |
N_("\ |
19 |
-np, --no-parent don't ascend to the parent directory.\n"), |