diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-05-17 14:09:17 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-05-21 20:29:12 +0200 |
commit | f3d836b73601fc6d14cb917e1cd72f43b9056dff (patch) | |
tree | a4d06b40b339620f6272c8c2c6581585288c0229 /docs/cmdline-opts/Makefile.inc | |
parent | c1c27625c797cfb7b21128484b4990446c1e92d9 (diff) | |
download | curl-f3d836b73601fc6d14cb917e1cd72f43b9056dff.tar.gz |
curl: added --styled-output
It is enabled by default, so --no-styled-output will switch off the
detection/use of bold headers.
Closes #2538
Diffstat (limited to 'docs/cmdline-opts/Makefile.inc')
-rw-r--r-- | docs/cmdline-opts/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/cmdline-opts/Makefile.inc b/docs/cmdline-opts/Makefile.inc index 778149ca3..fb56d2552 100644 --- a/docs/cmdline-opts/Makefile.inc +++ b/docs/cmdline-opts/Makefile.inc @@ -46,6 +46,7 @@ DPAGES = abstract-unix-socket.d anyauth.d append.d basic.d cacert.d capath.d cer tlsauthtype.d tlspassword.d tlsuser.d tlsv1.0.d tlsv1.1.d tlsv1.2.d \ tlsv1.3.d tlsv1.d trace-ascii.d trace.d trace-time.d tr-encoding.d \ unix-socket.d upload-file.d url.d use-ascii.d user-agent.d user.d \ - verbose.d version.d write-out.d xattr.d request-target.d + verbose.d version.d write-out.d xattr.d request-target.d \ + styled-output.d OTHERPAGES = page-footer page-header |