docs/cmdline-opts: tidy up retry-connrefused

Closes #21182
This commit is contained in:
Alex Hamilton 2026-03-31 14:27:07 -05:00 committed by Daniel Stenberg
parent 1ec912d292
commit 46d107d0e7
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -17,5 +17,5 @@ Example:
In addition to the other conditions, also consider ECONNREFUSED as a transient
error for --retry. This option is used together with --retry. Normally, a
confused connection is not considered a transient error and therefore thus not
refused connection is not considered a transient error and therefore would not
otherwise trigger a retry.