mirror of
https://github.com/curl/curl.git
synced 2026-05-14 02:06:23 +03:00
docs/cmdline: mark fail and fail-with-body as mutually exclusive
Reported-by: Andreas Sommer Fixes #9221 Closes #9222
This commit is contained in:
parent
2086b69b57
commit
209ffd7d8e
2 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ Help: Fail on HTTP errors but save the body
|
|||
Category: http output
|
||||
Added: 7.76.0
|
||||
See-also: fail
|
||||
Mutexed: fail
|
||||
Example: --fail-with-body $URL
|
||||
---
|
||||
Return an error on server errors where the HTTP response code is 400 or
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ Help: Fail fast with no output on HTTP errors
|
|||
See-also: fail-with-body
|
||||
Category: important http
|
||||
Example: --fail $URL
|
||||
Mutexed: fail-with-body
|
||||
Added: 4.0
|
||||
---
|
||||
Fail fast with no output at all on server errors. This is useful to enable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue