mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-25 21:30:24 +00:00
Added --nsfw
flag in documentation
Added `--nsfw` tag in `Usage` prompt with the description matching the `help` prompt of the `parser`
This commit is contained in:
parent
e2245c2b45
commit
66c7c78d7c
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,7 @@ usage: sherlock [-h] [--version] [--verbose] [--folderoutput FOLDEROUTPUT]
|
|||
[--output OUTPUT] [--tor] [--unique-tor] [--csv]
|
||||
[--site SITE_NAME] [--proxy PROXY_URL] [--json JSON_FILE]
|
||||
[--timeout TIMEOUT] [--print-all] [--print-found] [--no-color]
|
||||
[--browse] [--local]
|
||||
[--browse] [--local] [--nsfw]
|
||||
USERNAMES [USERNAMES ...]
|
||||
|
||||
Sherlock: Find Usernames Across Social Networks (Version 0.14.2)
|
||||
|
@ -83,6 +83,7 @@ optional arguments:
|
|||
--no-color Don't color terminal output
|
||||
--browse, -b Browse to all results on default browser.
|
||||
--local, -l Force the use of the local data.json file.
|
||||
--nsfw Include checking of NSFW sites from default list.
|
||||
```
|
||||
|
||||
To search for only one user:
|
||||
|
|
Loading…
Reference in a new issue