Fix a typo in the help text

pull/2155/head
Jeff Schroeder 1 year ago
parent 838680bed7
commit c31faa0df5
No known key found for this signature in database
GPG Key ID: C05253F844F9013E
  1. 2
      slither/__main__.py

@ -442,7 +442,7 @@ def parse_args(
group_checklist.add_argument(
"--checklist-limit",
help="Limite the number of results per detector in the markdown file",
help="Limit the number of results per detector in the markdown file",
action="store",
default="",
)

Loading…
Cancel
Save