From b0d7cb61751278188db8ed0e5caff9ebeed73c9b Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sun, 4 Jan 2015 23:06:01 +0100 Subject: [PATCH] use the debug:router command name --- quick_tour/the_architecture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quick_tour/the_architecture.rst b/quick_tour/the_architecture.rst index f8e947dae75..fcab8d8e180 100644 --- a/quick_tour/the_architecture.rst +++ b/quick_tour/the_architecture.rst @@ -287,7 +287,7 @@ The ``--help`` option helps you discover the usage of a command: .. code-block:: bash - $ php app/console router:debug --help + $ php app/console debug:router --help Final Thoughts --------------