Fixed misleading help for "name" argument as search for services with wildcards is not implemented

This commit is contained in:
Sebastian Busch 2012-03-07 12:09:07 +01:00
parent 35d63b6691
commit afbb8f215c

View File

@ -41,7 +41,7 @@ class ContainerDebugCommand extends ContainerAwareCommand
{
$this
->setDefinition(array(
new InputArgument('name', InputArgument::OPTIONAL, 'A service name (foo) or search (foo*)'),
new InputArgument('name', InputArgument::OPTIONAL, 'A service name (foo)'),
new InputOption('show-private', null, InputOption::VALUE_NONE, 'Use to show public *and* private services'),
))
->setName('container:debug')