]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs/cmdline: mark fail and fail-with-body as mutually exclusive
authorDaniel Stenberg <daniel@haxx.se>
Thu, 28 Jul 2022 19:02:45 +0000 (21:02 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 2 Aug 2022 15:08:21 +0000 (17:08 +0200)
Reported-by: Andreas Sommer
Fixes #9221
Closes #9222

docs/cmdline-opts/fail-with-body.d
docs/cmdline-opts/fail.d

index ff562b1eee3ffa4d18afc0eb2f3191ba2ee67aa5..c77fb9814abe9dee7a1d31f320e6f2f8e24eb63c 100644 (file)
@@ -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
index b9ed63f5b56f7542bb73fe455aabfacab9e628dd..d378697526bc0ffb04dc40a21df25364419f195c 100644 (file)
@@ -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