Skip to content

Commit

Permalink
tool_help: clarify --include is only for response headers
Browse files Browse the repository at this point in the history
Follow-up to 171f8de.

Ref: curl#1704
  • Loading branch information
jay committed Jul 29, 2017
1 parent f8614af commit de6de94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tool_help.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>",
Expand Down

0 comments on commit de6de94

Please sign in to comment.