mirror of
https://github.com/curl/curl.git
synced 2024-12-27 06:59:43 +08:00
86ec17b856
gen.pl now outputs a generic explanations for them for each option Fixes #10566 Reported-by: u20221022 on github Closes #10584
14 lines
350 B
Makefile
14 lines
350 B
Makefile
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.
|