removed --print-found from usage

pull/747/head
Siddharth Dushantha 4 years ago
parent 6bc8c38635
commit cd28acb3ca

@ -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…
Cancel
Save