curl: add --fail-early to help output

Fixes test 1139 failures

Follow-up to f82bbe01c8
This commit is contained in:
Daniel Stenberg 2016-11-15 08:32:23 +01:00
parent 8c630ef059
commit 0744506cd2
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ static const char *const helptext[] = {
#endif
" --expect100-timeout SECONDS How long to wait for 100-continue (H)",
" -f, --fail Fail silently (no output at all) on HTTP errors (H)",
" --fail-early Fail on first transfer error, do not continue",
" --false-start Enable TLS False Start.",
" -F, --form CONTENT Specify HTTP multipart POST data (H)",
" --form-string STRING Specify HTTP multipart POST data (H)",