mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
curl.1: add see also no-progress-meter on two spots
Ref: #5894 Closes #5897
This commit is contained in:
parent
147eca8ba4
commit
82149e70a5
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user