From: Daniel Stenberg Date: Tue, 15 Nov 2016 07:32:23 +0000 (+0100) Subject: curl: add --fail-early to help output X-Git-Tag: curl-7_52_0~122 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0744506cd283633ad38e42837e296f091f7f4670;p=thirdparty%2Fcurl.git curl: add --fail-early to help output Fixes test 1139 failures Follow-up to f82bbe01c8835 --- diff --git a/src/tool_help.c b/src/tool_help.c index f4d648c01b..0d8512324f 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -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)",