diff options
author | Alessandro Ghedini <alessandro@ghedini.me> | 2015-02-14 18:17:04 +0100 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2015-03-20 20:14:35 +0100 |
commit | 1f651d1d4d6d3b6c05e2ebf229ccd10ae2af1991 (patch) | |
tree | d606067ca21c456b6ca41edfa41768a8421c17bb /src/tool_help.c | |
parent | 185914fd317043d64d48155fb3dfbba4e8a7a294 (diff) |
curl: add --false-start option
Diffstat (limited to 'src/tool_help.c')
-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 4616211f9..69778b91a 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -83,6 +83,7 @@ static const char *const helptext[] = { " --environment Write results to environment variables (RISC OS)", #endif " -f, --fail Fail silently (no output at all) on HTTP errors (H)", + " --false-start Enable TLS False Start.", " -F, --form CONTENT Specify HTTP multipart POST data (H)", " --form-string STRING Specify HTTP multipart POST data (H)", " --ftp-account DATA Account data string (F)", |