diff --git a/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php b/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php index da2f1e2f423a5..c26fa01c37ac9 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php +++ b/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php @@ -123,7 +123,7 @@ protected function execute(InputInterface $input, OutputInterface $output) $helper->describe($output, $object, $options); if (!$input->getArgument('name') && $input->isInteractive()) { - $output->writeln('To search for a service, re-run this command with a search term. container:debug log'); + $output->writeln('To search for a service, re-run this command with a search term. debug:container log'); } } diff --git a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ContainerBuilderDebugDumpPass.php b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ContainerBuilderDebugDumpPass.php index 467ecff28307a..98fa5c95a15ec 100644 --- a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ContainerBuilderDebugDumpPass.php +++ b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ContainerBuilderDebugDumpPass.php @@ -19,7 +19,7 @@ /** * Dumps the ContainerBuilder to a cache file so that it can be used by - * debugging tools such as the container:debug console command. + * debugging tools such as the debug:container console command. * * @author Ryan Weaver * @author Fabien Potencier diff --git a/src/Symfony/Bundle/FrameworkBundle/composer.json b/src/Symfony/Bundle/FrameworkBundle/composer.json index e89ef15dfea8b..a0a0c381bd93d 100644 --- a/src/Symfony/Bundle/FrameworkBundle/composer.json +++ b/src/Symfony/Bundle/FrameworkBundle/composer.json @@ -51,7 +51,7 @@ "symfony/finder": "For using the translation loader and cache warmer", "symfony/form": "For using forms", "symfony/validator": "For using validation", - "symfony/yaml": "For using the config:debug and yaml:lint commands", + "symfony/yaml": "For using the debug:config and yaml:lint commands", "doctrine/cache": "For using alternative cache drivers" }, "autoload": {