From a8915a8a7f8b25c9209df8eca4a81a7a4ec17325 Mon Sep 17 00:00:00 2001 From: alpharush <0xalpharush@protonmail.com> Date: Thu, 29 Feb 2024 11:30:38 -0600 Subject: [PATCH] update --inlude-paths help --- slither/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slither/__main__.py b/slither/__main__.py index 25d83355f..ee1428967 100644 --- a/slither/__main__.py +++ b/slither/__main__.py @@ -583,7 +583,7 @@ def parse_args( group_filters.add_argument( "--include-paths", - help="Regex filter to include detector results matching file path e.g. (mocks/|test/)", + help="Regex filter to include detector results matching file path e.g. (src/|contracts/). Opposite of --filter-paths", action="store", dest="include_paths", default=defaults_flag_in_config["include_paths"],