Fix typos

This commit is contained in:
Paul Pfeister 2024-05-18 02:22:18 -04:00
parent 606743b99d
commit 4b7fd8b59d
No known key found for this signature in database
GPG key ID: 70D33A96CBD7A994
2 changed files with 3 additions and 2 deletions

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 = [

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",