From: Daniel Stenberg Date: Fri, 28 Jul 2017 16:22:50 +0000 (+0200) Subject: include.d: clarify that it concerns the response headers X-Git-Tag: curl-7_55_0~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=171f8de;p=thirdparty%2Fcurl.git include.d: clarify that it concerns the response headers Reported-by: olesteban at github Fixes #1704 --- diff --git a/docs/cmdline-opts/include.d b/docs/cmdline-opts/include.d index e55d51638f..f68c96e057 100644 --- a/docs/cmdline-opts/include.d +++ b/docs/cmdline-opts/include.d @@ -3,5 +3,8 @@ Short: i Help: Include protocol headers in the output See-also: verbose --- -Include the HTTP-header in the output. The HTTP-header includes things like -server-name, date of the document, HTTP-version and more... +Include the HTTP response headers in the output. The HTTP response headers can +include things like server name, cookies, date of the document, HTTP version +and more... + +To view the request headers, consider the --verbose option.