Skip to content

Commit b2e88b8

Browse files
committed
Merge pull request #1712 from Nanocom/console_fix_typos
[Console] Fixed some typos and a yoda sentence
2 parents b62334e + 9385520 commit b2e88b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/console/usage.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ with:
7474

7575
.. code-block:: bash
7676
77-
$ php app/console list -verbose
77+
$ php app/console list --verbose
7878
$ php app/console list -v
7979
8080
If you set the optional arguments to give your application a name and version::
@@ -85,7 +85,7 @@ then you can use:
8585

8686
.. code-block:: bash
8787
88-
$ php app/console list -version
88+
$ php app/console list --version
8989
$ php app/console list -V
9090
9191
to get this information output:
@@ -139,5 +139,5 @@ can run it with:
139139
140140
$ php app/console d:g Fabien
141141
142-
If you choose too short a command so it is ambiguous, then no command will be run and
143-
some suggestions of the possible commands to choose from will be output.
142+
If you choose a too short command so it is ambiguous, then no command will be
143+
run and some suggestions of the possible commands to choose from will be output.

0 commit comments

Comments
 (0)