Skip to content

Commit a658623

Browse files
Tobias Schmidtxabbuh
Tobias Schmidt
authored andcommitted
remove documentation of not supported "verbose" option value
1 parent f42d44c commit a658623

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

components/console/usage.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,11 @@ with:
7777
$ php application.php list --verbose
7878
$ php application.php list -v
7979
80-
The verbose flag can optionally take a value between 1 (default) and 3 to
81-
output even more verbose messages:
80+
To output even more verbose messages you can use these options:
8281

8382
.. code-block:: bash
8483
85-
$ php application.php list --verbose=2
8684
$ php application.php list -vv
87-
$ php application.php list --verbose=3
8885
$ php application.php list -vvv
8986
9087
If you set the optional arguments to give your application a name and version::

0 commit comments

Comments
 (0)