Skip to content

[Console] Fixed some typos and a yoda sentence #1712

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 15, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions components/console/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand All @@ -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:
Expand Down Expand Up @@ -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.