From 9385520d834941a48ea2bf6e3e2f6f841a7b830d Mon Sep 17 00:00:00 2001 From: Arnaud Kleinpeter Date: Sun, 16 Sep 2012 01:09:03 +0200 Subject: [PATCH] [Console] Fixed some typos and a yoda sentence --- components/console/usage.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/console/usage.rst b/components/console/usage.rst index ef14906a6fd..83bc124e700 100755 --- a/components/console/usage.rst +++ b/components/console/usage.rst @@ -74,7 +74,7 @@ with: .. code-block:: bash - $ php app/console list -verbose + $ php app/console list --verbose $ php app/console list -v If you set the optional arguments to give your application a name and version:: @@ -85,7 +85,7 @@ then you can use: .. code-block:: bash - $ php app/console list -version + $ php app/console list --version $ php app/console list -V to get this information output: @@ -139,5 +139,5 @@ can run it with: $ php app/console d:g Fabien -If you choose too short a command so it is ambiguous, then no command will be run and -some suggestions of the possible commands to choose from will be output. +If you choose a too short command so it is ambiguous, then no command will be +run and some suggestions of the possible commands to choose from will be output.