browser/external/curl-8.3.0/docs/cmdline-opts/show-error.d

14 lines
350 B
D
Raw Normal View History

2023-09-27 13:43:06 -04:00
c: Copyright (C) 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
Multi: boolean
Scope: global
---
When used with --silent, it makes curl show an error message if it fails.