Merge pull request #2155 from SEJeff/fix-a-tyop-in-the-help-description

Fix a typo in the help text
pull/2015/merge
Feist Josselin 1 year ago committed by GitHub
commit 1eaec647e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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