2022-06-14 06:12:03 +08:00
|
|
|
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
|
|
SPDX-License-Identifier: curl
|
2018-05-28 20:16:27 +08:00
|
|
|
Long: silent
|
2016-11-28 07:50:25 +08:00
|
|
|
Short: s
|
|
|
|
Help: Silent mode
|
2020-09-01 14:16:37 +08:00
|
|
|
See-also: verbose stderr no-progress-meter
|
2020-07-13 20:15:04 +08:00
|
|
|
Category: important verbose
|
2021-08-31 22:37:14 +08:00
|
|
|
Example: -s $URL
|
2021-09-28 17:50:07 +08:00
|
|
|
Added: 4.0
|
2016-11-28 07:50:25 +08:00
|
|
|
---
|
2021-11-26 15:46:59 +08:00
|
|
|
Silent or quiet mode. Do not show progress meter or error messages. Makes Curl
|
2016-11-28 07:50:25 +08:00
|
|
|
mute. It will still output the data you ask for, potentially even to the
|
|
|
|
terminal/stdout unless you redirect it.
|
2017-01-08 03:23:31 +08:00
|
|
|
|
|
|
|
Use --show-error in addition to this option to disable progress meter but
|
|
|
|
still show error messages.
|