From 6b48f334ddd9e8309c679ba796ecded97a902f1e Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Mon, 26 Dec 2022 22:54:59 +0900 Subject: [PATCH] changed readme run.py option -l to -u --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42d532fe..433de25e 100755 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Before you run the torBot make sure the following things are done properly: `poetry install` <-- to install dependencies -`poetry run python run.py -l https://www.example.com --depth 2 -v` <-- example of running command with poetry +`poetry run python run.py -u https://www.example.com --depth 2 -v` <-- example of running command with poetry `poetry run python run.py -h` <-- for help