aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/include.d
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/include.d')
-rw-r--r--docs/cmdline-opts/include.d19
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/cmdline-opts/include.d b/docs/cmdline-opts/include.d
deleted file mode 100644
index ce7b9d87b..000000000
--- a/docs/cmdline-opts/include.d
+++ /dev/null
@@ -1,19 +0,0 @@
-c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
-SPDX-License-Identifier: curl
-Long: include
-Short: i
-Help: Include protocol response headers in the output
-See-also: verbose
-Category: important verbose
-Example: -i $URL
-Added: 4.8
-Multi: boolean
----
-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.
-
-Prior to 7.75.0 curl did not print the headers if --fail was used in
-combination with this option and there was error reported by server.