From c31faa0df5eee5ab928db0998b0a1676deda69b3 Mon Sep 17 00:00:00 2001 From: Jeff Schroeder Date: Wed, 4 Oct 2023 01:03:59 +0000 Subject: [PATCH] Fix a typo in the help text --- slither/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slither/__main__.py b/slither/__main__.py index d9201a90d9..c639200362 100644 --- a/slither/__main__.py +++ b/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="", )