Skip to content

Commit 09d6574

Browse files
docs: --skips flag can be used on language parsers (#5098)
* fixes #5071
1 parent 7fcfa77 commit 09d6574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/MANUAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ To disable multiple data sources, the data sources should be specified as a comm
870870

871871
### -s SKIPS, --skips SKIPS
872872

873-
This option allows one to skip (disable) a comma-separated list of checkers. This can be useful for improving the performance of the tool when you have some prior knowledge about what checkers may apply to the binary you are scanning.
873+
This option allows one to skip (disable) a comma-separated list of checkers and language parsers. This can be useful for improving the performance of the tool when you have some prior knowledge about what checkers may apply to the binary you are scanning or what language parsers are needed. The `--skips` flag works for both binary checkers and language parsers.
874874

875875
### -r CHECKERS, --runs CHECKERS
876876

0 commit comments

Comments
 (0)