mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-22 11:53:03 +00:00
Update version and help text.
This commit is contained in:
parent
fdc45b9f2c
commit
69b818bb3b
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ usage: sherlock.py [-h] [--version] [--verbose] [--rank]
|
|||
[--timeout TIMEOUT] [--print-found]
|
||||
USERNAMES [USERNAMES ...]
|
||||
|
||||
Sherlock: Find Usernames Across Social Networks (Version 0.9.13)
|
||||
Sherlock: Find Usernames Across Social Networks (Version 0.9.14)
|
||||
|
||||
positional arguments:
|
||||
USERNAMES One or more usernames to check with social networks.
|
||||
|
|
|
@ -26,7 +26,7 @@ from torrequest import TorRequest
|
|||
from load_proxies import load_proxies_from_csv, check_proxy_list
|
||||
|
||||
module_name = "Sherlock: Find Usernames Across Social Networks"
|
||||
__version__ = "0.9.13"
|
||||
__version__ = "0.9.14"
|
||||
|
||||
|
||||
global proxy_list
|
||||
|
|
Loading…
Reference in a new issue