summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/styled-output.d
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-05-17 14:09:17 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-05-18 09:15:28 +0200
commitc49f4864498958def766ceabf92c9af7a31170e4 (patch)
treedf52002df8344eec23ee97dc0620a9452678a375 /docs/cmdline-opts/styled-output.d
parentaa5fc886fe049383c13285f782f970cd0230d275 (diff)
downloadcurl-bagder/bold-headers.tar.gz
curl: added --styled-outputbagder/bold-headers
It is enabled by default, so --no-styled-output will switch off the detection/use of bold headers.
Diffstat (limited to 'docs/cmdline-opts/styled-output.d')
-rw-r--r--docs/cmdline-opts/styled-output.d6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/cmdline-opts/styled-output.d b/docs/cmdline-opts/styled-output.d
new file mode 100644
index 000000000..e4751aecb
--- /dev/null
+++ b/docs/cmdline-opts/styled-output.d
@@ -0,0 +1,6 @@
+Long: styled-output
+Help: Enable styled output for HTTP headers
+Added: 7.61.0
+---
+Enables the automatic use of bold font styles when writing HTTP headers to the
+terminal. Use --no-styled-output to switch them off.