Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
steakhal authored Nov 17, 2022
1 parent 6d4fda3 commit 5aa02d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/analyzer/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@ Taint analysis can be used with custom configuration by specifying the taint
configuration file as a checker-option in addition to enabling the
`alpha.security.taint.TaintPropagation` checker:
```sh
CodeChecer analyze \
CodeChecker analyze \
-e alpha.security.taint.TaintPropagation \
--checker-config 'clangsa:alpha.security.taint.TaintPropagation:Config=my-cutom-taint-config.yaml'
```
Expand Down

0 comments on commit 5aa02d8

Please sign in to comment.