Skip to content

Commit

Permalink
Fixes and tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Dec 19, 2014
1 parent dd8157f commit df2a0f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cookbook/configuration/environments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Selecting the Environment for Console Commands
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

By default, Symfony commands are executed in the ``dev`` environment and with the
debug mode enabled. Use the ``--env`` and ``-no-debug`` options to modify this
debug mode enabled. Use the ``--env`` and ``--no-debug`` options to modify this
behavior:

.. code-block:: bash
Expand All @@ -242,8 +242,8 @@ executing any command:
If ``0``, debug mode is disabled. Otherwise, debug mode is enabled.

These environment variables are very useful for production servers because they
allow you to ensure that commands are always run the on ``prod`` environment
without having to add any command option.
allow you to ensure that commands always run in the ``prod`` environment without
having to add any command option.

.. index::
single: Environments; Creating a new environment
Expand Down

0 comments on commit df2a0f2

Please sign in to comment.