Skip to content

Commit d8abe5d

Browse files
authored
Merge pull request #264 from fukusuket/fix-readme-example-poetry-run-cmd-option
Fix README `run.py` option `-l` to `-u`
2 parents 6333422 + 6b48f33 commit d8abe5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Before you run the torBot make sure the following things are done properly:
7878

7979
`poetry install` <-- to install dependencies
8080

81-
`poetry run python run.py -l https://www.example.com --depth 2 -v` <-- example of running command with poetry
81+
`poetry run python run.py -u https://www.example.com --depth 2 -v` <-- example of running command with poetry
8282

8383
`poetry run python run.py -h` <-- for help
8484
<pre>

0 commit comments

Comments
 (0)