diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-01-07 20:23:31 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-01-07 20:23:31 +0100 |
commit | acd29dc10890822527da329e85e58f6e8b6b8134 (patch) | |
tree | 3c8d8ca5a6565dfbd1e88a14a9a825f03c36d277 /docs/cmdline-opts | |
parent | e8404adc85ddbb8bf0424fef3ad889905019050c (diff) |
docs/silent: mention --show-error in --silent description
Reported in #1190
Reported-by: Dan Jacobson
Diffstat (limited to 'docs/cmdline-opts')
-rw-r--r-- | docs/cmdline-opts/silent.d | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/cmdline-opts/silent.d b/docs/cmdline-opts/silent.d index 321279129..7603b7634 100644 --- a/docs/cmdline-opts/silent.d +++ b/docs/cmdline-opts/silent.d @@ -6,3 +6,6 @@ See-also: verbose stderr Silent or quiet mode. Don't show progress meter or error messages. Makes Curl mute. It will still output 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. |