Skip to content

Commit

Permalink
update help text
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebPena committed Nov 1, 2024
1 parent 7c287df commit 9b710a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/management/commands/health_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def add_arguments(self, parser):
"-s",
"--strict",
action=argparse.BooleanOptionalAction,
help="Should the he website hashes should be compared to the old hashes",
help="Compare the website hashes to the stored hashes",
)

def handle(self, *args, **options):
Expand Down

0 comments on commit 9b710a9

Please sign in to comment.