aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/styled-output.d
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/styled-output.d')
-rw-r--r--docs/cmdline-opts/styled-output.d6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/cmdline-opts/styled-output.d b/docs/cmdline-opts/styled-output.d
index 45b36e4c0..70e9da4e8 100644
--- a/docs/cmdline-opts/styled-output.d
+++ b/docs/cmdline-opts/styled-output.d
@@ -1,4 +1,4 @@
-c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
+c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: styled-output
Help: Enable styled output for HTTP headers
@@ -7,12 +7,10 @@ Category: verbose
Example: --styled-output -I $URL
See-also: head verbose
Multi: boolean
+Scope: global
---
Enables the automatic use of bold font styles when writing HTTP headers to the
terminal. Use --no-styled-output to switch them off.
Styled output requires a terminal that supports bold fonts. This feature is
not present on curl for Windows due to lack of this capability.
-
-This option is global and does not need to be specified for each use of
---next.