[Console] Removed reference to old test:all task.

This commit is contained in:
Kris Wallsmith 2010-04-16 09:04:10 -07:00 committed by Fabien Potencier
parent 21c345835d
commit 3c07383bfb
1 changed files with 2 additions and 2 deletions

View File

@ -47,11 +47,11 @@ class HelpCommand extends Command
->setHelp(<<<EOF
The <info>help</info> command displays help for a given command:
<info>./symfony help test:all</info>
<info>./symfony help list</info>
You can also output the help as XML by using the <comment>--xml</comment> option:
<info>./symfony help --xml test:all</info>
<info>./symfony help --xml list</info>
EOF
);
}