curl/docs/cmdline-opts/styled-output.md
Daniel Stenberg e7219c2bdc
cmdline-opts: language cleanups
Use imperative mood consistently for the first sentence describing an
option.

"Set this" instead "tell curl to set" or "this sets..."

Plus some extra cleanups and rephrasing.

Closes #13106
2024-03-12 15:42:33 +01:00

580 B

c SPDX-License-Identifier Long Help Added Category Multi Scope See-also Example
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. curl styled-output Enable styled output for HTTP headers 7.61.0 verbose boolean global
head
verbose
--styled-output -I $URL

--styled-output

Enable 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.