mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-22 20:03:03 +00:00
removed --print-found from usage
This commit is contained in:
parent
6bc8c38635
commit
cd28acb3ca
1 changed files with 1 additions and 2 deletions
|
@ -53,7 +53,7 @@ $ python3 -m pip install -r requirements.txt
|
|||
$ python3 sherlock --help
|
||||
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-found] [--no-color] [--browse]
|
||||
[--json JSON_FILE] [--timeout TIMEOUT] [--no-color] [--browse]
|
||||
USERNAMES [USERNAMES ...]
|
||||
|
||||
Sherlock: Find Usernames Across Social Networks (Version 0.12.7)
|
||||
|
@ -86,7 +86,6 @@ optional arguments:
|
|||
--timeout TIMEOUT Time (in seconds) to wait for response to requests. Default timeout of
|
||||
60.0s.A longer timeout will be more likely to get results from slow
|
||||
sites.On the other hand, this may cause a long delay to gather all results.
|
||||
--print-found Do not output sites where the username was not found.
|
||||
--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.
|
||||
|
|
Loading…
Reference in a new issue