update --inlude-paths help

pull/2330/head
alpharush 9 months ago
parent c0d4dde299
commit a8915a8a7f
  1. 2
      slither/__main__.py

@ -583,7 +583,7 @@ def parse_args(
group_filters.add_argument( group_filters.add_argument(
"--include-paths", "--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", action="store",
dest="include_paths", dest="include_paths",
default=defaults_flag_in_config["include_paths"], default=defaults_flag_in_config["include_paths"],

Loading…
Cancel
Save