diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-09-06 09:16:02 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-09-06 09:17:25 +0200 |
commit | 5ffbb63e4271b7df05f0bfc31d0696745f028e76 (patch) | |
tree | 54ed0ceb752b1713efdce049f39c5df23be9fda5 /src/tool_help.c | |
parent | abff183387ae7e4a0bb7cbdd653ff64aeb1840a7 (diff) | |
download | curl-5ffbb63e4271b7df05f0bfc31d0696745f028e76.tar.gz |
curl: --doh-url added
Diffstat (limited to 'src/tool_help.c')
-rw-r--r-- | src/tool_help.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tool_help.c b/src/tool_help.c index b829e76ef..5b04ea203 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -118,6 +118,8 @@ static const struct helptxt helptext[] = { "IPv6 address to use for DNS requests"}, {" --dns-servers <addresses>", "DNS server addrs to use"}, + {" --doh-url <URL>", + "Resolve host names over DOH"}, {"-D, --dump-header <filename>", "Write the received headers to <filename>"}, {" --egd-file <file>", |