include.d: clarify that it concerns the response headers

Reported-by: olesteban at github
Fixes #1704
This commit is contained in:
Daniel Stenberg 2017-07-28 18:22:50 +02:00
Родитель 1cfa4cd427
Коммит 171f8ded26
1 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -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.