curl: add --false-start option

This commit is contained in:
Alessandro Ghedini 2015-02-14 18:17:04 +01:00 committed by Kamil Dudka
parent 185914fd31
commit 1f651d1d4d
5 changed files with 20 additions and 0 deletions

View file

@ -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)",