From a658623f87a2a69fdf3394e7fcc3b04ca941011c Mon Sep 17 00:00:00 2001 From: Tobias Schmidt Date: Tue, 19 Apr 2016 19:50:25 +0200 Subject: [PATCH] remove documentation of not supported "verbose" option value --- components/console/usage.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/components/console/usage.rst b/components/console/usage.rst index f2dbfcd43d4..f238de69eaf 100644 --- a/components/console/usage.rst +++ b/components/console/usage.rst @@ -77,14 +77,11 @@ with: $ php application.php list --verbose $ php application.php list -v -The verbose flag can optionally take a value between 1 (default) and 3 to -output even more verbose messages: +To output even more verbose messages you can use these options: .. code-block:: bash - $ php application.php list --verbose=2 $ php application.php list -vv - $ php application.php list --verbose=3 $ php application.php list -vvv If you set the optional arguments to give your application a name and version::