Add --show-error to curl cheatsheet (#1713)

This commit is contained in:
Dario Seidl 2021-09-27 03:12:12 +02:00 committed by GitHub
parent 320c38959e
commit 76ee217b88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ updated: 2020-03-09
```bash
-v # --verbose
-vv # Even more verbose
-s # --silent
-s # --silent: don't show progress meter or errors
-S # --show-error: when used with --silent (-sS), show errors but no progress meter
```
```bash