diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-10-01 07:35:15 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-10-01 07:35:15 +0000 |
commit | cd91a1eeca55dd2e74efef49773d4494c962e6a9 (patch) | |
tree | a8ef4a218a6848ac48582a14502600f40ed678f4 | |
parent | 5ed274d0b7483085d5d8642daddace93b41316e7 (diff) |
mention "quiet" for the --silent option to get easier to find
-rw-r--r-- | docs/curl.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 563bbc4f5..e20c73431 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -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 amount. .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. .IP "-S/--show-error" 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. 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" Displays information about curl and the libcurl version it uses. |