From c5659bdf74e3c1453ade462c89a4b38cda54ee55 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 7 Aug 2019 15:58:09 +0200 Subject: fixup the test failures --- docs/libcurl/symbols-in-versions | 1 - src/tool_help.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/libcurl/symbols-in-versions b/docs/libcurl/symbols-in-versions index 49175e0f5..e78be3f79 100644 --- a/docs/libcurl/symbols-in-versions +++ b/docs/libcurl/symbols-in-versions @@ -209,7 +209,6 @@ CURLFTP_CREATE_DIR_RETRY 7.19.4 CURLGSSAPI_DELEGATION_FLAG 7.22.0 CURLGSSAPI_DELEGATION_NONE 7.22.0 CURLGSSAPI_DELEGATION_POLICY_FLAG 7.22.0 -CURLH3_DIRECT 7.66.0 CURLHEADER_SEPARATE 7.37.0 CURLHEADER_UNIFIED 7.37.0 CURLINFO_ACTIVESOCKET 7.45.0 diff --git a/src/tool_help.c b/src/tool_help.c index 86bd692d9..cb0afef56 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -191,7 +191,7 @@ static const struct helptxt helptext[] = { "Use HTTP 2"}, {" --http2-prior-knowledge", "Use HTTP 2 without HTTP/1.1 Upgrade"}, - {" --http3-direct", + {" --http3", "Use HTTP v3"}, {" --ignore-content-length", "Ignore the size of the remote resource"}, -- cgit v1.2.1