From: Jay Satiro Date: Sat, 29 Jul 2017 05:33:25 +0000 (-0400) Subject: tool_help: clarify --include is only for response headers X-Git-Tag: curl-7_55_0~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de6de94;p=curl tool_help: clarify --include is only for response headers Follow-up to 171f8de. Ref: https://github.com/curl/curl/issues/1704 --- 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 ",