Fix the special string in docs to check for similar usernames (#1974)

Should use {?} instead of {%}.

refs:
- #1968
- #1823
- #1284
- #1298
- #1518
pull/1820/head
Matheus Felipe 4 months ago committed by GitHub
commit e3a09f8bf1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -46,11 +46,11 @@ usage: sherlock [-h] [--version] [--verbose] [--folderoutput FOLDEROUTPUT]
[--browse] [--local] [--nsfw]
USERNAMES [USERNAMES ...]
Sherlock: Find Usernames Across Social Networks (Version 0.14.2)
Sherlock: Find Usernames Across Social Networks (Version 0.14.3)
positional arguments:
USERNAMES One or more usernames to check with social networks.
Check similar usernames using {%} (replace to '_', '-', '.').
Check similar usernames using {?} (replace to '_', '-', '.').
optional arguments:
-h, --help show this help message and exit

@ -617,7 +617,7 @@ def main():
nargs="+",
metavar="USERNAMES",
action="store",
help="One or more usernames to check with social networks. Check similar usernames using {%%} (replace to '_', '-', '.').",
help="One or more usernames to check with social networks. Check similar usernames using {?} (replace to '_', '-', '.').",
)
parser.add_argument(
"--browse",

Loading…
Cancel
Save