Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister committed May 18, 2024
1 parent 606743b commit 4b7fd8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion sherlock/sherlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4b7fd8b

Please sign in to comment.