From 154a0014efec9f334bbd836b1cad17b387ea5313 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Thu, 10 Oct 2013 21:25:53 +0900 Subject: [PATCH] nghttp: Fix typo in help message --- src/nghttp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nghttp.cc b/src/nghttp.cc index 393e0668..a113078f 100644 --- a/src/nghttp.cc +++ b/src/nghttp.cc @@ -1533,7 +1533,7 @@ void print_help(std::ostream& out) << " -m, --multiply= Request each URI times. By default, same\n" << " URI is not requested twice. This option\n" << " disables it too.\n" - << " -f, --no-low-control\n" + << " -f, --no-flow-control\n" << " Disables connection and stream level flow\n" << " controls.\n" << " -u, --upgrade Perform HTTP Upgrade for HTTP/2.0. This\n"