From daf1bbd5e48ee2e34f8957a88d9870c587d80d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Fri, 20 Jul 2018 10:47:31 +0200 Subject: [PATCH] Update --on-port doc --- help.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/help.txt b/help.txt index bd5059e5..4b1c210f 100644 --- a/help.txt +++ b/help.txt @@ -14,8 +14,10 @@ Available options: The amount of requests to make before exiting the benchmark. If set, duration is ignored. -S/--socketPath A path to a Unix Domain Socket or a Windows Named Pipe. A URL is still required in order to send the correct Host header and path. - --on-port PATH - Start the command listed after -- on the command line. When it starts listening on a port, start sending requests to that port with the given URL path. + --on-port + Start the command listed after -- on the command line. When it starts listening on a port, + start sending requests to that port. A URL is still required in order to send requests to + the correct path. The hostname can be omitted, `localhost` will be used by default. -m/--method METHOD The http method to use. default: 'GET'. -t/--timeout NUM