[FrameworkBundle] Use debug namespace.

This commit is contained in:
Abdellatif AitBoudad 2014-12-10 20:30:26 +00:00 committed by Christian Flothmann
parent 584777102e
commit c0925e4b39

View File

@ -123,7 +123,7 @@ EOF
$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. <comment>container:debug log</comment>');
$output->writeln('To search for a service, re-run this command with a search term. <comment>debug:container log</comment>');
}
}