Преглед изворни кода

[FrameworkBundle] Added missing word to ContainerDebugCommand help message.

Richard Miller пре 14 година
родитељ
комит
346cbf352a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php

+ 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>