Skip to content

Commit

Permalink
Prefix commands with 'php'
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Nov 28, 2015
1 parent 0d69414 commit ed43015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,13 @@ FrameworkBundle configuration:

.. code-block:: bash
$ bin/console config:dump-reference FrameworkBundle
$ php bin/console config:dump-reference FrameworkBundle
The extension alias (configuration key) can also be used:

.. code-block:: bash
$ bin/console config:dump-reference framework
$ php bin/console config:dump-reference framework
.. note::

Expand Down

0 comments on commit ed43015

Please sign in to comment.