Skip to content

Commit

Permalink
Merge pull request #1749 from crytic/filter-paths-help
Browse files Browse the repository at this point in the history
update filter-paths help
  • Loading branch information
montyly authored Mar 15, 2023
2 parents cb37650 + f67c96b commit 137bee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slither/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ def parse_args(

group_misc.add_argument(
"--filter-paths",
help="Comma-separated list of paths for which results will be excluded",
help="Regex filter to exclude detector results matching file path e.g. (mocks/|test/)",
action="store",
dest="filter_paths",
default=defaults_flag_in_config["filter_paths"],
Expand Down

0 comments on commit 137bee1

Please sign in to comment.