572 B
572 B
c | SPDX-License-Identifier | Long | Short | Help | Category | Added | Multi | See-also | Example | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. | curl | silent | s | Silent mode | important verbose | 4.0 | boolean |
|
|
--silent
Silent or quiet mode. Do not show progress meter or error messages. Makes Curl mute. It still outputs 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.