Skip to content

Commit

Permalink
minor #4441 Updated first code-block:: bash (Nitaco)
Browse files Browse the repository at this point in the history
This PR was submitted for the 2.5 branch but it was merged into the 2.3 branch instead (closes #4441).

Discussion
----------

Updated first code-block:: bash

The command for executing an console command was wrong. The php command was missing. It will help further readers.

Commits
-------

9f7fda4 Updated first code-block:: bash
  • Loading branch information
wouterj committed Nov 11, 2014
2 parents 41bc061 + 9f7fda4 commit eb0d8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/console/console_command.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ This command will now automatically be available to run:

.. code-block:: bash
$ app/console demo:greet Fabien
$ php app/console demo:greet Fabien
Getting Services from the Service Container
-------------------------------------------
Expand Down

0 comments on commit eb0d8ac

Please sign in to comment.