From cd28acb3ca47c6388009b05d7f964db9cce29c13 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Thu, 3 Sep 2020 11:28:00 +0200 Subject: [PATCH] removed --print-found from usage --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c745a79..c367452 100644 --- a/README.md +++ b/README.md @@ -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.