aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/show-error.md
blob: 0517c37bb4106b2bffaeacf61b2d0e38502afd19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
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
Category: curl
Added: 5.9
Multi: boolean
Scope: global
See-also:
  - no-progress-meter
Example:
  - --show-error --silent $URL
---

# `--show-error`

When used with --silent, it makes curl show an error message if it fails.