mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
docs/silent: mention --show-error in --silent description
Reported in #1190 Reported-by: Dan Jacobson
This commit is contained in:
parent
e8404adc85
commit
acd29dc108
@ -6,3 +6,6 @@ See-also: verbose stderr
|
|||||||
Silent or quiet mode. Don't show progress meter or error messages. Makes Curl
|
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
|
mute. It will still output the data you ask for, potentially even to the
|
||||||
terminal/stdout unless you redirect it.
|
terminal/stdout unless you redirect it.
|
||||||
|
|
||||||
|
Use --show-error in addition to this option to disable progress meter but
|
||||||
|
still show error messages.
|
||||||
|
@ -1886,6 +1886,9 @@ 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
|
mute. It will still output the data you ask for, potentially even to the
|
||||||
terminal/stdout unless you redirect it.
|
terminal/stdout unless you redirect it.
|
||||||
|
|
||||||
|
Use \fI-S, --show-error\fP in addition to this option to disable progress meter but
|
||||||
|
still show error messages.
|
||||||
|
|
||||||
See also \fI-v, --verbose\fP and \fI--stderr\fP.
|
See also \fI-v, --verbose\fP and \fI--stderr\fP.
|
||||||
.IP "--socks4 <host[:port]>"
|
.IP "--socks4 <host[:port]>"
|
||||||
Use the specified SOCKS4 proxy. If the port number is not specified, it is
|
Use the specified SOCKS4 proxy. If the port number is not specified, it is
|
||||||
|
Loading…
Reference in New Issue
Block a user