diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2017-07-29 01:33:25 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2017-07-29 01:33:25 -0400 |
commit | de6de94c9a403468b6b405261f499b24e8f6bd0d (patch) | |
tree | 5bab63cfdacc1ffea71f71ecb998567559216032 | |
parent | f8614af527f19058a137f1e711629bfc48f50415 (diff) | |
download | curl-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.c | 2 |
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>", |