From b37834c5841db11f49ee179bb54ef232f45bfc54 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 14 Aug 2015 23:22:26 +0900 Subject: [PATCH] h2load: Use default Config values to show help --- src/h2load.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/h2load.cc b/src/h2load.cc index 56bebb27..5301d92b 100644 --- a/src/h2load.cc +++ b/src/h2load.cc @@ -1019,6 +1019,8 @@ namespace { void print_help(std::ostream &out) { print_usage(out); + auto config = Config(); + out << R"( Specify URI to access. Multiple URIs can be specified. URIs are used in this order for each client. All URIs