Skip to content

Commit

Permalink
[fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
bruntib committed Aug 29, 2024
1 parent 0252938 commit c530121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzer/codechecker_analyzer/cmd/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def add_arguments_to_parser(parser):
metavar='ANALYZER',
required=False,
choices=analyzer_types.supported_analyzers,
default=argparse.SUPPRESS,
default=None,
help="Run analysis only with the analyzers "
"specified. Currently supported analyzers "
"are: " +
Expand Down

0 comments on commit c530121

Please sign in to comment.