Skip to content

Commit

Permalink
Rename exclude-detectors -> exclude (close 76)
Browse files Browse the repository at this point in the history
  • Loading branch information
montyly committed Nov 14, 2018
1 parent 24d372b commit 82d4730
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 @@ -288,7 +288,7 @@ def parse_args(detector_classes, printer_classes):
default=False)


group_detector.add_argument('--exclude-detectors',
group_detector.add_argument('--exclude',
help='Comma-separated list of detectors that should be excluded',
action='store',
dest='detectors_to_exclude',
Expand Down

0 comments on commit 82d4730

Please sign in to comment.