File tree 1 file changed +3
-3
lines changed
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
216
216
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
217
217
218
218
By 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
220
220
behavior:
221
221
222
222
.. code-block :: bash
@@ -242,8 +242,8 @@ executing any command:
242
242
If ``0 ``, debug mode is disabled. Otherwise, debug mode is enabled.
243
243
244
244
These 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.
247
247
248
248
.. index ::
249
249
single: Environments; Creating a new environment
You can’t perform that action at this time.
0 commit comments