File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ Selecting the Environment for Console Commands
216216~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
217217
218218By default, Symfony commands are executed in the ``dev `` environment and with the
219- debug mode enabled. Use the ``--env `` and ``-no-debug `` options to modify this
219+ debug mode enabled. Use the ``--env `` and ``-- no-debug `` options to modify this
220220behavior:
221221
222222.. code-block :: bash
@@ -242,8 +242,8 @@ executing any command:
242242 If ``0 ``, debug mode is disabled. Otherwise, debug mode is enabled.
243243
244244These environment variables are very useful for production servers because they
245- allow you to ensure that commands are always run the on ``prod `` environment
246- without having to add any command option.
245+ allow you to ensure that commands always run in the ``prod `` environment without
246+ having to add any command option.
247247
248248.. index ::
249249 single: Environments; Creating a new environment
You can’t perform that action at this time.
0 commit comments