1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

fail-early.d: fix typos

This commit is contained in:
Jay Satiro 2017-03-31 22:36:46 -04:00
parent 15b8c6795a
commit fb84faf001

View File

@ -10,10 +10,9 @@ errors if there are more URLs given and the last URL's success will determine
the error code curl returns. So early failures will be "hidden" by subsequent the error code curl returns. So early failures will be "hidden" by subsequent
successful transfers. successful transfers.
Using this option, curl will instead return an error on the first transfers Using this option, curl will instead return an error on the first transfer
that fails, independent on the amount of more URLs that are given on the that fails, independent of the amount of URLs that are given on the command
command line. This way, no transfer failures go undetected by scripts and line. This way, no transfer failures go undetected by scripts and similar.
similar.
This option is global and does not need to be specified for each use of --next. This option is global and does not need to be specified for each use of --next.