xref: /aosp_15_r20/external/curl/docs/cmdline-opts/silent.md (revision 6236dae45794135f37c4eb022389c904c8b0090d)
1*6236dae4SAndroid Build Coastguard Worker---
2*6236dae4SAndroid Build Coastguard Workerc: Copyright (C) Daniel Stenberg, <[email protected]>, et al.
3*6236dae4SAndroid Build Coastguard WorkerSPDX-License-Identifier: curl
4*6236dae4SAndroid Build Coastguard WorkerLong: silent
5*6236dae4SAndroid Build Coastguard WorkerShort: s
6*6236dae4SAndroid Build Coastguard WorkerHelp: Silent mode
7*6236dae4SAndroid Build Coastguard WorkerCategory: important verbose
8*6236dae4SAndroid Build Coastguard WorkerAdded: 4.0
9*6236dae4SAndroid Build Coastguard WorkerMulti: boolean
10*6236dae4SAndroid Build Coastguard WorkerSee-also:
11*6236dae4SAndroid Build Coastguard Worker  - verbose
12*6236dae4SAndroid Build Coastguard Worker  - stderr
13*6236dae4SAndroid Build Coastguard Worker  - no-progress-meter
14*6236dae4SAndroid Build Coastguard WorkerExample:
15*6236dae4SAndroid Build Coastguard Worker  - -s $URL
16*6236dae4SAndroid Build Coastguard Worker---
17*6236dae4SAndroid Build Coastguard Worker
18*6236dae4SAndroid Build Coastguard Worker# `--silent`
19*6236dae4SAndroid Build Coastguard Worker
20*6236dae4SAndroid Build Coastguard WorkerSilent or quiet mode. Do not show progress meter or error messages. Makes Curl
21*6236dae4SAndroid Build Coastguard Workermute. It still outputs the data you ask for, potentially even to the
22*6236dae4SAndroid Build Coastguard Workerterminal/stdout unless you redirect it.
23*6236dae4SAndroid Build Coastguard Worker
24*6236dae4SAndroid Build Coastguard WorkerUse --show-error in addition to this option to disable progress meter but
25*6236dae4SAndroid Build Coastguard Workerstill show error messages.
26