mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:13:38 +03:00
curl: added --styled-output
It is enabled by default, so --no-styled-output will switch off the detection/use of bold headers. Closes #2538
This commit is contained in:
parent
c1c27625c7
commit
f3d836b736
7 changed files with 19 additions and 5 deletions
|
|
@ -414,6 +414,8 @@ static const struct helptxt helptext[] = {
|
|||
"Use SSLv3"},
|
||||
{" --stderr",
|
||||
"Where to redirect stderr"},
|
||||
{" --styled-output",
|
||||
"Enable styled output for HTTP headers"},
|
||||
{" --suppress-connect-headers",
|
||||
"Suppress proxy CONNECT response headers"},
|
||||
{" --tcp-fastopen",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue