Skip to content

Commit 3c517d0

Browse files
committed
manual [skip ci]
1 parent 34f8763 commit 3c517d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

man/manual.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,11 @@ Example:
403403
# The two first bugs are found
404404
cppcheck --force -DA test.c
405405

406+
# only test 1 configuration
407+
cppcheck --max-configs=1 test.c
408+
409+
# test 2 configurations with "X" defined.
410+
cppcheck --max-configs=2 -DX test.c
406411

407412
## Include paths
408413

0 commit comments

Comments
 (0)