Fix typos

This commit is contained in:
Paul Pfeister
2024-05-18 02:22:18 -04:00
parent 606743b99d
commit 4b7fd8b59d
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ source = "init"
[tool.poetry]
name = "sherlock-project"
version = "0" # single source of truth is __version__.py
# single source of truth for version is __init__.py
version = "0"
description = "Hunt down social media accounts by username across social networks"
license = "MIT"
authors = [
+1 -1
View File
@@ -534,7 +534,7 @@ def main():
"-o",
dest="output",
help="If using single username, the output of the result will be saved to this file.",
),
)
parser.add_argument(
"--csv",
action="store_true",