blob: e8b2177129e7c3d1e344bcfad61a61a27685d720 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Long: show-error
Short: S
Help: Show error even when -s is used
See-also: no-progress-meter
Category: curl
Example: --show-error --silent $URL
---
When used with --silent, it makes curl show an error message if it fails.
This option is global and does not need to be specified for each use of
--next.
|