Skip to content

Commit

Permalink
update --inlude-paths help
Browse files Browse the repository at this point in the history
  • Loading branch information
0xalpharush committed Feb 29, 2024
1 parent c0d4dde commit a8915a8
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 @@ -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"],
Expand Down

0 comments on commit a8915a8

Please sign in to comment.