diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2017-07-28 18:22:50 +0200 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2017-07-28 18:22:50 +0200 | 
| commit | 171f8ded26d2845ef358c62f6e95ec34468349ae (patch) | |
| tree | 1b78f467a788f9b73842a1473b93a4d0688b819c | |
| parent | 1cfa4cd4271093b6bb43ecedec60a0d704f85c96 (diff) | |
include.d: clarify that it concerns the response headers
Reported-by: olesteban at github
Fixes #1704
| -rw-r--r-- | docs/cmdline-opts/include.d | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/cmdline-opts/include.d b/docs/cmdline-opts/include.d index e55d51638..f68c96e05 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.  | 
