h2load: Use default Config values to show help

This commit is contained in:
Tatsuhiro Tsujikawa 2015-08-14 23:22:26 +09:00
parent d197d115dc
commit b37834c584
1 changed files with 2 additions and 0 deletions

View File

@ -1019,6 +1019,8 @@ namespace {
void print_help(std::ostream &out) { void print_help(std::ostream &out) {
print_usage(out); print_usage(out);
auto config = Config();
out << R"( out << R"(
<URI> Specify URI to access. Multiple URIs can be specified. <URI> Specify URI to access. Multiple URIs can be specified.
URIs are used in this order for each client. All URIs URIs are used in this order for each client. All URIs