diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2017-03-31 22:36:46 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2017-03-31 22:36:46 -0400 |
commit | fb84faf001961fba50fe409b64989a1bf04058a6 (patch) | |
tree | 7b5b80e57f8dfe266a28e507c808e8d40af16184 | |
parent | 15b8c6795ae0c2355784049690229924c4a47737 (diff) | |
download | curl-fb84faf001961fba50fe409b64989a1bf04058a6.tar.gz |
fail-early.d: fix typos
-rw-r--r-- | docs/cmdline-opts/fail-early.d | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/cmdline-opts/fail-early.d b/docs/cmdline-opts/fail-early.d index 1bfaab4f3..375d4c919 100644 --- a/docs/cmdline-opts/fail-early.d +++ b/docs/cmdline-opts/fail-early.d @@ -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 successful transfers. -Using this option, curl will instead return an error on the first transfers -that fails, independent on the amount of more URLs that are given on the -command line. This way, no transfer failures go undetected by scripts and -similar. +Using this option, curl will instead return an error on the first transfer +that fails, independent of the amount of URLs that are given on the command +line. This way, no transfer failures go undetected by scripts and similar. This option is global and does not need to be specified for each use of --next. |