From ed49cba84108112c539d908b877c361677f2b98a Mon Sep 17 00:00:00 2001 From: Alexis Date: Mon, 24 Aug 2020 19:40:08 +0200 Subject: [PATCH] Changing parameters into Readme example --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a18b66e..9947c5b 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ You can download the installer on [here for Windows](https://www.python.org/down ## Example and minimal arguments ```sh -python3 http_stress_test.py -h host [-p port] -pth path [-t number_of_thread] [-tm timeout_in_second] +py main.py -h host -p path [--port port] [-t number_of_thread] [-tm timeout_in_second] [--ssl [--allow-self-signed]] ``` -Your command must have -h (host IP or domain) and -pth (path to the resource) +Your command must have -h (host IP or domain) and -p (path to the resource) Example: ```sh -python3 http_stress_test.py -h www.google.fr -pth / -t 10 +py main.py -h www.google.fr -p / -t 10 ```