]> granicus.if.org Git - curl/commitdiff
tool_help: Clarify --dump-header only writes received headers
authorJay Satiro <raysatiro@yahoo.com>
Wed, 16 Nov 2016 06:52:01 +0000 (01:52 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Wed, 16 Nov 2016 06:52:01 +0000 (01:52 -0500)
src/tool_help.c

index 0d8512324f764dfb364200fa0165b67e77dd33c8..02794ebc1d00283c0fb8c91ffb6bd0a7c14b1f84 100644 (file)
@@ -78,7 +78,7 @@ static const char *const helptext[] = {
   "     --dns-interface  Interface to use for DNS requests",
   "     --dns-ipv4-addr  IPv4 address to use for DNS requests, dot notation",
   "     --dns-ipv6-addr  IPv6 address to use for DNS requests, dot notation",
-  " -D, --dump-header FILE  Write the headers to FILE",
+  " -D, --dump-header FILE  Write the received headers to FILE",
   "     --egd-file FILE  EGD socket path for random data (SSL)",
   "     --engine ENGINE  Crypto engine (use \"--engine list\" for list) (SSL)",
 #ifdef USE_ENVIRONMENT