blob: a31e07d9e7ca7db318bfa14bc5ae3a548f53ee5c [file] [log] [blame]
xf.libfc6e712025-02-07 01:54:34 -08001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: show-error
4Short: S
5Help: Show error even when -s is used
6See-also: no-progress-meter
7Category: curl
8Example: --show-error --silent $URL
9Added: 5.9
10Multi: boolean
11---
12When used with --silent, it makes curl show an error message if it fails.
13
14This option is global and does not need to be specified for each use of
15--next.