show-error.d 313 B

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