Skip to content

Commit

Permalink
Merge pull request #264 from fukusuket/fix-readme-example-poetry-run-…
Browse files Browse the repository at this point in the history
…cmd-option

Fix README `run.py` option `-l` to `-u`
  • Loading branch information
KingAkeem authored Dec 26, 2022
2 parents 6333422 + 6b48f33 commit d8abe5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<pre>
Expand Down

0 comments on commit d8abe5d

Please sign in to comment.