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) {
|
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
|
||||||
|
|
Loading…
Reference in New Issue