show-error.d 302 B

1234567891011
  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. ---
  8. When used with --silent, it makes curl show an error message if it fails.
  9. This option is global and does not need to be specified for each use of
  10. --next.