aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man/clazy.pod
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/clazy.pod')
-rw-r--r--docs/man/clazy.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/clazy.pod b/docs/man/clazy.pod
index 6ec222d9..160d87c7 100644
--- a/docs/man/clazy.pod
+++ b/docs/man/clazy.pod
@@ -157,9 +157,9 @@ B<Examples:>
=over 4
-=item 1. Enables the 2 checkers "bogus-dynamic-cast" and "virtual-call-ctor" only:
+=item 1. Enables the 2 checkers "unneeded-cast" and "virtual-call-ctor" only:
-% export CLAZY_CHECKS="bogus-dynamic-cast,virtual-call-ctor"
+% export CLAZY_CHECKS="unneeded-cast,virtual-call-ctor"
=item 2. Enables all checks from the "level0" check-set, except for "qenums":