mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-24 21:03:04 +00:00
Fix typos
This commit is contained in:
parent
606743b99d
commit
4b7fd8b59d
2 changed files with 3 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue