blob: b31fe5cf112970da5bb55ec93ca50df8db0282a9 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: silent
4Short: s
5Help: Silent mode
6See-also: verbose stderr no-progress-meter
7Category: important verbose
8Example: -s $URL
9Added: 4.0
10Multi: boolean
11---
12Silent or quiet mode. Do not show progress meter or error messages. Makes Curl
13mute. It will still output the data you ask for, potentially even to the
14terminal/stdout unless you redirect it.
15
16Use --show-error in addition to this option to disable progress meter but
17still show error messages.