curl/docs/cmdline-opts/silent.d
Daniel Stenberg 76d6e719d9
docs: address proselint nits
- avoid exclamation marks
- use consistent number of spaces after periods: one
- avoid clichés
- avoid using 'very'

Closes #8060
2021-11-26 14:27:07 +01:00

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. Do not 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.