Options:
--extensions=EXTENSIONS A comma-separated list of extensions
--ignore-numbers=IGNORE-NUMBERS A comma-separated list of numbers to ignore [default: "0, 1"]
--ignore-funcs=IGNORE-FUNCS A comma-separated list of functions to ignore when using "argument" extension
--exclude=EXCLUDE Exclude a directory from code analysis (must be relative to source) (multiple values allowed)
--exclude-path=EXCLUDE-PATH Exclude a path from code analysis (must be relative to source) (multiple values allowed)
--exclude-file=EXCLUDE-FILE Exclude a file from code analysis (must be relative to source) (multiple values allowed)
--suffixes=SUFFIXES Comma-separated string of valid source code filename extensions [default: "php"]
--progress Show progress bar
--hint Suggest replacements for magic numbers
--non-zero-exit-on-violation Return a non zero exit code when there are magic numbers
--strings Include strings literal search in code analysis
--ignore-strings=IGNORE-STRINGS A comma-separated list of strings to ignore when using "strings" option
-h, --help Display this help message
-q, --quiet Do not output any message
-V, --version Display this application version
--ansi Force ANSI output
--no-ansi Disable ANSI output
-n, --no-interaction Do not ask any interactive question
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Is the output so adjusting the docs to match