summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/show-error.md
blob: aaf865bc0ef368833117ec98eae48024905720ad (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 global
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.