h2load: Use default Config values to show help
This commit is contained in:
parent
d197d115dc
commit
b37834c584
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue