From 8988af3f89e85f0739cbf2061b9dfb175076c96c Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Fri, 4 Sep 2020 19:04:00 +0200 Subject: [PATCH] added --print-all option the usage section --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c367452..ba2ca5b 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ usage: sherlock [-h] [--version] [--verbose] [--folderoutput FOLDEROUTPUT] [--ou [--json JSON_FILE] [--timeout TIMEOUT] [--no-color] [--browse] USERNAMES [USERNAMES ...] -Sherlock: Find Usernames Across Social Networks (Version 0.12.7) +Sherlock: Find Usernames Across Social Networks (Version 0.12.8) positional arguments: 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 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-all 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.