curl.1: add see also no-progress-meter on two spots

Ref: #5894

Closes #5897
This commit is contained in:
Daniel Stenberg 2020-09-01 08:16:37 +02:00
parent 147eca8ba4
commit 82149e70a5
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Long: show-error
Short: S
Help: Show error even when -s is used
See-also: no-progress-meter
---
When used with --silent, it makes curl show an error message if it fails.

View File

@ -1,7 +1,7 @@
Long: silent
Short: s
Help: Silent mode
See-also: verbose stderr
See-also: verbose stderr no-progress-meter
---
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