diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2017-07-30 02:29:36 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2017-07-30 02:29:36 -0400 |
commit | 436cd490fcba08508580871ac1aebe4be29543f8 (patch) | |
tree | d0b471372b223e34894896bb3420ecf7daf33738 /docs/cmdline-opts | |
parent | 27e2a4733c3321fb0b1a127360e8e96bc3d4ae53 (diff) |
include.d: clarify --include is only for response headers
Follow-up to 171f8de and de6de94.
Bug: https://github.com/curl/curl/commit/de6de94#commitcomment-23370851
Reported-by: Daniel Stenberg
Diffstat (limited to 'docs/cmdline-opts')
-rw-r--r-- | docs/cmdline-opts/include.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/include.d b/docs/cmdline-opts/include.d index f68c96e05..9d282dd16 100644 --- a/docs/cmdline-opts/include.d +++ b/docs/cmdline-opts/include.d @@ -1,6 +1,6 @@ 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 response headers in the output. The HTTP response headers can |