1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

tool_help: clarify --include is only for response headers

Follow-up to 171f8de.

Ref: https://github.com/curl/curl/issues/1704
This commit is contained in:
Jay Satiro 2017-07-29 01:33:25 -04:00
parent f8614af527
commit de6de94c9a

View File

@ -177,7 +177,7 @@ static const struct helptxt helptext[] = {
{" --ignore-content-length",
"Ignore the size of the remote resource"},
{"-i, --include",
"Include protocol headers in the output"},
"Include protocol response headers in the output"},
{"-k, --insecure",
"Allow insecure server connections when using SSL"},
{" --interface <name>",