silent.md: also mention it shuts off warning messages

Closes #20664
This commit is contained in:
Daniel Stenberg 2026-02-21 23:34:05 +01:00
parent f1a39f221d
commit 9ce9afa312
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -17,9 +17,9 @@ Example:
# `--silent` # `--silent`
Silent or quiet mode. Do not show progress meter or error messages. Makes curl Silent or quiet mode. Do not show progress meter, warning messages or error
mute. It still outputs the data you ask for, potentially even to the messages. Makes curl mute. It still outputs the data you ask for, potentially
terminal/stdout unless you redirect it. even to the terminal/stdout unless you redirect it.
Use --show-error in addition to this option to disable progress meter but Use --show-error in addition to this option to disable progress meter but
still show error messages. still show error messages.