Imported Upstream version 7.59.0
[platform/upstream/curl.git] / docs / cmdline-opts / include.d
index e55d516..9d282dd 100644 (file)
@@ -1,7 +1,10 @@
 Long: include
 Short: i
-Help: Include protocol headers in the output
+Help: Include protocol response 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.