From: Jay Satiro Date: Wed, 16 Nov 2016 06:52:01 +0000 (-0500) Subject: tool_help: Clarify --dump-header only writes received headers X-Git-Tag: curl-7_52_0~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03d707fc5fe137376a0ae4e5c6fe3d918367550f;p=thirdparty%2Fcurl.git tool_help: Clarify --dump-header only writes received headers --- diff --git a/src/tool_help.c b/src/tool_help.c index 0d8512324f..02794ebc1d 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -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