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