Skip to content

Commit

Permalink
Fixing errors in console usage article
Browse files Browse the repository at this point in the history
  • Loading branch information
richardmiller-zz committed Aug 29, 2012
1 parent c6ad33d commit 641c9f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/console/usage.rst
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ You can force turning on ANSI output coloring with:


.. code-block:: bash .. code-block:: bash
$ php app/console list -ansi $ php app/console list --ansi
or turn it off with: or turn it off with:


.. code-block:: bash .. code-block:: bash
$ php app/console list -no-ansi $ php app/console list --no-ansi
You can suppress any interactive questions from the command you are running with: You can suppress any interactive questions from the command you are running with:


Expand Down
2 changes: 1 addition & 1 deletion redirection_map
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
/components/dependency_injection /components/dependency_injection/introduction /components/dependency_injection /components/dependency_injection/introduction
/components/event_dispatcher /components/event_dispatcher/introduction /components/event_dispatcher /components/event_dispatcher/introduction
/components/http_foundation /components/http_foundation/introduction /components/http_foundation /components/http_foundation/introduction
/components/dependency_injection /components/console/introduction /components/console /components/console/introduction

0 comments on commit 641c9f0

Please sign in to comment.