Skip to content

Commit

Permalink
Fix help blurb mentioning --include-checks
Browse files Browse the repository at this point in the history
  • Loading branch information
benjwadams committed Jan 25, 2022
1 parent f60d88d commit fffda47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cchecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def main():
will skip medium and low. "L" will show
both high and medium priority issues, while
skipping low priority issues. Cannot be
used with `-i`/`--include` option.
used with `-i`/`--include-checks` option.
"""
),
action="append",
Expand Down

0 comments on commit fffda47

Please sign in to comment.