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