mirror of
https://github.com/curl/curl.git
synced 2026-07-24 14:27:16 +03: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
2 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue