aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/http2-prior-knowledge.d
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-11-15 09:08:50 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-11-15 09:08:50 +0100
commitb8c35f40f99cd1965d6e3152fc01071b73c3d2f1 (patch)
tree508893b8a3d421e4c31e288de0871e4e1a2ada8b /docs/cmdline-opts/http2-prior-knowledge.d
parent7c9b9add6ff5626fc8712d8f8b4e607dcbe8dbfe (diff)
cmdline-opts: support generating the --help output
Diffstat (limited to 'docs/cmdline-opts/http2-prior-knowledge.d')
-rw-r--r--docs/cmdline-opts/http2-prior-knowledge.d1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/cmdline-opts/http2-prior-knowledge.d b/docs/cmdline-opts/http2-prior-knowledge.d
index 0fb42354b..5ae95684c 100644
--- a/docs/cmdline-opts/http2-prior-knowledge.d
+++ b/docs/cmdline-opts/http2-prior-knowledge.d
@@ -5,6 +5,7 @@ Protocols: HTTP
Added: 7.49.0
Mutexed: http1.1 http1.0 http2
Requires: HTTP/2
+Help: Use HTTP 2 without HTTP/1.1 Upgrade
---
Tells curl to issue its non-TLS HTTP requests using HTTP/2 without HTTP/1.1
Upgrade. It requires prior knowledge that the server supports HTTP/2 straight