h2load: Fix HTML formatting
This commit is contained in:
parent
5465cdf4a4
commit
006ac7b1b0
|
@ -1063,8 +1063,7 @@ Options:
|
|||
Available protocol: )";
|
||||
#endif // !HAVE_SPDYLAY
|
||||
out << NGHTTP2_CLEARTEXT_PROTO_VERSION_ID << R"(
|
||||
Default: )"
|
||||
<< NGHTTP2_CLEARTEXT_PROTO_VERSION_ID << R"(
|
||||
Default: )" << NGHTTP2_CLEARTEXT_PROTO_VERSION_ID << R"(
|
||||
-d, --data=<FILE>
|
||||
Post FILE to server. The request method is changed to
|
||||
POST.
|
||||
|
@ -1076,21 +1075,20 @@ Options:
|
|||
normally does, creating connections at whatever variable
|
||||
rate it wants. The default value for this option is 0.
|
||||
-C, --num-conns=<N>
|
||||
Specifies the total number of connections to create. The
|
||||
total number of connections must be a positive integer.
|
||||
On each connection, '-m' requests are made. The test
|
||||
stops once as soon as the N connections have either
|
||||
Specifies the total number of connections to create.
|
||||
The total number of connections must be a positive
|
||||
integer. On each connection, -m requests are made. The
|
||||
test stops once as soon as the N connections have either
|
||||
completed or failed. When the number of connections is
|
||||
0, the program will run as it normally does, creating as
|
||||
many connections as it needs in order to make the '-n'
|
||||
requests specified. The default value for this option is
|
||||
0. The '-n' option is not required if the '-C' option
|
||||
is being used.
|
||||
many connections as it needs in order to make the -n
|
||||
requests specified. The default value for this option
|
||||
is 0. The -n option is not required if the -C option is
|
||||
being used.
|
||||
-v, --verbose
|
||||
Output debug information.
|
||||
--version Display version information and exit.
|
||||
-h, --help Display this help and exit.)"
|
||||
<< std::endl;
|
||||
-h, --help Display this help and exit.)" << std::endl;
|
||||
}
|
||||
} // namespace
|
||||
|
||||
|
|
Loading…
Reference in New Issue