Sfoglia il codice sorgente

[FrameworkBundle] Added missing word to ContainerDebugCommand help message.

Richard Miller 14 anni fa
parent
commit
346cbf352a

+ 1 - 1
src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php

@@ -47,7 +47,7 @@ class ContainerDebugCommand extends Command
             ->setName('container:debug')
             ->setDescription('Displays current services for an application')
             ->setHelp(<<<EOF
-The <info>container:debug</info> displays all configured <comment>public</comment> services:
+The <info>container:debug</info> command displays all configured <comment>public</comment> services:
 
   <info>container:debug</info>