mirror of
https://github.com/sherlock-project/sherlock
synced 2025-02-16 20:48:27 +00:00
added --print-all option the usage section
This commit is contained in:
parent
28073132d5
commit
8988af3f89
1 changed files with 2 additions and 1 deletions
|
@ -56,7 +56,7 @@ usage: sherlock [-h] [--version] [--verbose] [--folderoutput FOLDEROUTPUT] [--ou
|
||||||
[--json JSON_FILE] [--timeout TIMEOUT] [--no-color] [--browse]
|
[--json JSON_FILE] [--timeout TIMEOUT] [--no-color] [--browse]
|
||||||
USERNAMES [USERNAMES ...]
|
USERNAMES [USERNAMES ...]
|
||||||
|
|
||||||
Sherlock: Find Usernames Across Social Networks (Version 0.12.7)
|
Sherlock: Find Usernames Across Social Networks (Version 0.12.8)
|
||||||
|
|
||||||
positional arguments:
|
positional arguments:
|
||||||
USERNAMES One or more usernames to check with social networks.
|
USERNAMES One or more usernames to check with social networks.
|
||||||
|
@ -86,6 +86,7 @@ optional arguments:
|
||||||
--timeout TIMEOUT Time (in seconds) to wait for response to requests. Default timeout of
|
--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
|
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.
|
sites.On the other hand, this may cause a long delay to gather all results.
|
||||||
|
--print-all Output sites where the username was not found.
|
||||||
--no-color Don't color terminal output
|
--no-color Don't color terminal output
|
||||||
--browse, -b Browse to all results on default browser.
|
--browse, -b Browse to all results on default browser.
|
||||||
--local, -l Force the use of the local data.json file.
|
--local, -l Force the use of the local data.json file.
|
||||||
|
|
Loading…
Add table
Reference in a new issue