mirror of
https://github.com/curl/curl.git
synced 2026-08-25 21:03:34 +03:00
curl: add --fail-with-body
Prevent both --fail and --fail-with-body on the same command line. Verify with test 349, 360 and 361. Closes #6449
This commit is contained in:
parent
c386a0df44
commit
8a964cb217
13 changed files with 179 additions and 14 deletions
|
|
@ -2,6 +2,7 @@ Long: fail
|
|||
Short: f
|
||||
Protocols: HTTP
|
||||
Help: Fail silently (no output at all) on HTTP errors
|
||||
See-also: fail-with-body
|
||||
Category: important http
|
||||
---
|
||||
Fail silently (no output at all) on server errors. This is mostly done to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue