Skip to content

Commit

Permalink
[FrameworkBundle] Use debug namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
aitboudad authored and xabbuh committed Dec 17, 2014
1 parent 5847771 commit c0925e4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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. <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>');
}
}

Expand Down

0 comments on commit c0925e4

Please sign in to comment.