Browse Source

remove not supported verbose options

SpacePossum 4 years ago
parent
commit
749c63ac58
2 changed files with 6 additions and 8 deletions
  1. 3 4
      doc/usage.rst
  2. 3 4
      src/Console/Command/HelpCommand.php

+ 3 - 4
doc/usage.rst

@@ -31,10 +31,9 @@ The ``--verbose`` option will show the applied rules. When using the ``txt`` for
 
 NOTE: if there is an error like "errors reported during linting after fixing", you can use this to be even more verbose for debugging purpose
 
-* ``--verbose=0`` or no option: normal
-* ``--verbose``, ``--verbose=1``, ``-v``: verbose
-* ``--verbose=2``, ``-vv``: very verbose
-* ``--verbose=3``, ``-vvv``: debug
+* `-v`: verbose
+* `-vv`: very verbose
+* `-vvv`: debug
 
 The ``--rules`` option limits the rules to apply to the
 project:

+ 3 - 4
src/Console/Command/HelpCommand.php

@@ -78,10 +78,9 @@ The <comment>--verbose</comment> option will show the applied rules. When using
 
 NOTE: if there is an error like "errors reported during linting after fixing", you can use this to be even more verbose for debugging purpose
 
-* `--verbose=0` or no option: normal
-* `--verbose`, `--verbose=1`, `-v`: verbose
-* `--verbose=2`, `-vv`: very verbose
-* `--verbose=3`, `-vvv`: debug
+* `-v`: verbose
+* `-vv`: very verbose
+* `-vvv`: debug
 
 The <comment>--rules</comment> option limits the rules to apply to the
 project: