mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
parent
f1a39f221d
commit
9ce9afa312
1 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue