]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: remove redundant "better" in --fail help
authorDenis Laxalde <denis.laxalde@dalibo.com>
Tue, 29 Dec 2020 09:44:35 +0000 (10:44 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 29 Dec 2020 16:08:41 +0000 (17:08 +0100)
Closes #6385

docs/cmdline-opts/fail.d

index 7fc76fb6a11518e4da9135c6e255139a2350f029..e5028a8472616e3525e390f8708723abfeee6fbb 100644 (file)
@@ -5,7 +5,7 @@ Help: Fail silently (no output at all) on HTTP errors
 Category: important http
 ---
 Fail silently (no output at all) on server errors. This is mostly done to
-better enable scripts etc to better deal with failed attempts. In normal cases
+enable scripts etc to better deal with failed attempts. In normal cases
 when an HTTP server fails to deliver a document, it returns an HTML document
 stating so (which often also describes why and more). This flag will prevent
 curl from outputting that and return error 22.