mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
ce6e3e5320
Since "too old" versions are no longer included in the generated man page, this field is now mandatory so that it won't be forgotten and then not included in the documentation. Closes #7786
15 lines
437 B
Makefile
15 lines
437 B
Makefile
Long: silent
|
|
Short: s
|
|
Help: Silent mode
|
|
See-also: verbose stderr no-progress-meter
|
|
Category: important verbose
|
|
Example: -s $URL
|
|
Added: 4.0
|
|
---
|
|
Silent or quiet mode. Don't show progress meter or error messages. Makes Curl
|
|
mute. It will still output the data you ask for, potentially even to the
|
|
terminal/stdout unless you redirect it.
|
|
|
|
Use --show-error in addition to this option to disable progress meter but
|
|
still show error messages.
|