diff --git a/src/h2load.cc b/src/h2load.cc index efb49c27..638a5ee2 100644 --- a/src/h2load.cc +++ b/src/h2load.cc @@ -1022,10 +1022,10 @@ Options: -t, --threads= Number of native threads. Default: )" << config.nthreads << R"( - -i, --input-file= + -i, --input-file= Path of a file with multiple URIs are separated by EOLs. This option will disable URIs getting from command-line. - If '-' is given as , URIs will be read from stdin. + If '-' is given as , URIs will be read from stdin. URIs are used in this order for each client. All URIs are used, then first URI is used and then 2nd URI, and so on. The scheme, host and port in the subsequent @@ -1063,7 +1063,7 @@ Options: #endif // !HAVE_SPDYLAY out << NGHTTP2_CLEARTEXT_PROTO_VERSION_ID << R"( Default: )" << NGHTTP2_CLEARTEXT_PROTO_VERSION_ID << R"( - -d, --data= + -d, --data= Post FILE to server. The request method is changed to POST. -r, --rate= diff --git a/src/nghttp.cc b/src/nghttp.cc index 8f85aaca..5bd9c503 100644 --- a/src/nghttp.cc +++ b/src/nghttp.cc @@ -2394,7 +2394,7 @@ Options: must be in PEM format. --key= Use the client private key file. The file must be in PEM format. - -d, --data= + -d, --data= Post FILE to server. If '-' is given, data will be read from stdin. -m, --multiply= @@ -2418,8 +2418,8 @@ Options: -b, --padding= Add at most bytes to a frame payload as padding. Specify 0 to disable padding. - -r, --har= - Output HTTP transactions in HAR format. If '-' + -r, --har= + Output HTTP transactions in HAR format. If '-' is given, data is written to stdout. --color Force colored log output. --continuation