From c3c092de0f51f442b1c4287fdac17c0b4bf77468 Mon Sep 17 00:00:00 2001 From: Hugo Hamon Date: Mon, 4 Apr 2016 10:38:46 +0200 Subject: [PATCH] [FrameworkBundle] fixes grammar in container:debug command manual. --- .../Bundle/FrameworkBundle/Command/ContainerDebugCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php b/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php index 67d7451fb5..d8fde9fe58 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php +++ b/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php @@ -75,7 +75,7 @@ Use the --parameters option to display all parameters: php %command.full_name% --parameters -Display a specific parameter by specifying his name with the --parameter option: +Display a specific parameter by specifying its name with the --parameter option: php %command.full_name% --parameter=kernel.debug EOF