Skip to content

Commit

Permalink
Correct description for -w argument
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeanogamer committed Apr 7, 2024
1 parent 43b08d9 commit 76dfd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hstsparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def parse_chrome_record(data: dict, database: list, host: str, args: Namespace)
parser.add_argument(
"-w",
dest="wordlist_file",
help="The path to the database to be processed",
help="The path to a file containing a wordlist for bruteforcing hashes",
metavar="WORDLIST",
type=lambda x: is_valid_file(parser, x),
)
Expand Down

0 comments on commit 76dfd83

Please sign in to comment.