mention "quiet" for the --silent option to get easier to find

This commit is contained in:
Daniel Stenberg 2009-10-01 07:35:15 +00:00
parent 5ed274d0b7
commit cd91a1eeca

View File

@ -1101,7 +1101,7 @@ Set this option to zero to not timeout retries. (Added in 7.12.3)
If this option is used multiple times, the last occurrence determines the If this option is used multiple times, the last occurrence determines the
amount. amount.
.IP "-s/--silent" .IP "-s/--silent"
Silent mode. Don't show progress meter or error messages. Makes Silent or quiet mode. Don't show progress meter or error messages. Makes
Curl mute. Curl mute.
.IP "-S/--show-error" .IP "-S/--show-error"
When used with -s it makes curl show an error message if it fails. When used with -s it makes curl show an error message if it fails.
@ -1260,6 +1260,8 @@ If you think this option still doesn't give you enough details, consider using
\fI--trace\fP or \fI--trace-ascii\fP instead. \fI--trace\fP or \fI--trace-ascii\fP instead.
This option overrides previous uses of \fI--trace-ascii\fP or \fI--trace\fP. This option overrides previous uses of \fI--trace-ascii\fP or \fI--trace\fP.
Use \fI-S/--silent\fP to make curl quiet.
.IP "-V/--version" .IP "-V/--version"
Displays information about curl and the libcurl version it uses. Displays information about curl and the libcurl version it uses.