diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-11-15 08:32:23 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-11-15 08:32:53 +0100 |
commit | 0744506cd283633ad38e42837e296f091f7f4670 (patch) | |
tree | 1bae2bf41140fffebbeb1c6929d245d60b0798f6 | |
parent | 8c630ef059f7e8acd4eef97c85793c80b75f145d (diff) |
curl: add --fail-early to help output
Fixes test 1139 failures
Follow-up to f82bbe01c8835
-rw-r--r-- | src/tool_help.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_help.c b/src/tool_help.c index f4d648c01..0d8512324 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)", |