Skip to content

Commit 641c9f0

Browse files
Fixing errors in console usage article
1 parent c6ad33d commit 641c9f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/console/usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,13 @@ You can force turning on ANSI output coloring with:
103103

104104
.. code-block:: bash
105105
106-
$ php app/console list -ansi
106+
$ php app/console list --ansi
107107
108108
or turn it off with:
109109

110110
.. code-block:: bash
111111
112-
$ php app/console list -no-ansi
112+
$ php app/console list --no-ansi
113113
114114
You can suppress any interactive questions from the command you are running with:
115115

redirection_map

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
/components/dependency_injection /components/dependency_injection/introduction
1616
/components/event_dispatcher /components/event_dispatcher/introduction
1717
/components/http_foundation /components/http_foundation/introduction
18-
/components/dependency_injection /components/console/introduction
18+
/components/console /components/console/introduction

0 commit comments

Comments
 (0)