Commit b37834c5 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

h2load: Use default Config values to show help

parent d197d115
......@@ -1019,6 +1019,8 @@ namespace {
void print_help(std::ostream &out) {
print_usage(out);
auto config = Config();
out << R"(
<URI> Specify URI to access. Multiple URIs can be specified.
URIs are used in this order for each client. All URIs
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment