]> granicus.if.org Git - curl/commitdiff
include.d: clarify that it concerns the response headers
authorDaniel Stenberg <daniel@haxx.se>
Fri, 28 Jul 2017 16:22:50 +0000 (18:22 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 28 Jul 2017 16:22:50 +0000 (18:22 +0200)
Reported-by: olesteban at github
Fixes #1704

docs/cmdline-opts/include.d

index e55d51638f952b64a791aa7d22e2b217fb4fa291..f68c96e057e5c0f1b98ccd6f30b0c034358aa5b5 100644 (file)
@@ -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.