Przeglądaj źródła

Merge remote branch 'richardmiller/fixed_container_debug_command_help'

* richardmiller/fixed_container_debug_command_help:
  [FrameworkBundle] Added missing word to ContainerDebugCommand help message.
Fabien Potencier 14 lat temu
rodzic
commit
d67e25c003

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