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: #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
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

2 comments on commit de6de94

@bagder
Copy link
Member

@bagder bagder commented on de6de94 Jul 29, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jay: that list of strings will be overwritten the next time we generated it with the command listed on line 40 in that file, so you should also update that text in the header of the docs/cmdline-opts/include.d file!

@jay
Copy link
Member Author

@jay jay commented on de6de94 Jul 30, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, landed in 436cd49.

Please sign in to comment.