From 2eabb7d590aaa14c211e3a306582ff36fc3fc0f5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 4 Sep 2013 22:28:16 +0200 Subject: curl: add --http1.1 and --http2.0 options --- src/tool_help.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tool_help.c') diff --git a/src/tool_help.c b/src/tool_help.c index d89a87ee4..5ae39af77 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -100,6 +100,8 @@ static const char *const helptext[] = { " --hostpubmd5 MD5 " "Hex encoded MD5 string of the host public key. (SSH)", " -0, --http1.0 Use HTTP 1.0 (H)", + " --http1.1 Use HTTP 1.1 (H)", + " --http2.0 Use HTTP 2.0 (H)", " --ignore-content-length Ignore the HTTP Content-Length header", " -i, --include Include protocol headers in the output (H/F)", " -k, --insecure Allow connections to SSL sites without certs (H)", -- cgit v1.2.3