From e0e319c3a64966807aed60b16a8af03c7fd92720 Mon Sep 17 00:00:00 2001 From: Julio4 Date: Wed, 5 Oct 2022 09:52:00 +0200 Subject: [PATCH] Added documentation for similar usernames checks --- README.md | 2 +- sherlock/sherlock.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e94cac9..96e9f559 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ usage: sherlock [-h] [--version] [--verbose] [--folderoutput FOLDEROUTPUT] Sherlock: Find Usernames Across Social Networks (Version 0.14.2) positional arguments: - USERNAMES One or more usernames to check with social networks. + USERNAMES One or more usernames to check with social networks. Check similar usernames using {%} (replace to '_', '-', '.'). optional arguments: -h, --help show this help message and exit diff --git a/sherlock/sherlock.py b/sherlock/sherlock.py index ea65b4b1..4ac9d9f1 100644 --- a/sherlock/sherlock.py +++ b/sherlock/sherlock.py @@ -551,7 +551,7 @@ def main(): parser.add_argument("username", nargs="+", metavar="USERNAMES", action="store", - help="One or more usernames to check with social networks." + help="One or more usernames to check with social networks. Check similar usernames using {%%} (replace to '_', '-', '.')." ) parser.add_argument("--browse", "-b", action="store_true", dest="browse", default=False,