Torque3D/Engine/lib/curl/docs/cmdline-opts/show-error.d
2022-09-03 01:31:41 -04:00

15 lines
415 B
Makefile

c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
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
Added: 5.9
---
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.