summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2017-07-29 01:33:25 -0400
committerJay Satiro <raysatiro@yahoo.com>2017-07-29 01:33:25 -0400
commitde6de94c9a403468b6b405261f499b24e8f6bd0d (patch)
tree5bab63cfdacc1ffea71f71ecb998567559216032
parentf8614af527f19058a137f1e711629bfc48f50415 (diff)
downloadcurl-de6de94c9a403468b6b405261f499b24e8f6bd0d.tar.gz
tool_help: clarify --include is only for response headers
Follow-up to 171f8de. Ref: https://github.com/curl/curl/issues/1704
-rw-r--r--src/tool_help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_help.c b/src/tool_help.c
index 90ce7675a..42dc77959 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -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>",