Explorar o código

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

Kris Wallsmith %!s(int64=15) %!d(string=hai) anos
pai
achega
3c07383bfb
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/Symfony/Components/Console/Command/HelpCommand.php

+ 2 - 2
src/Symfony/Components/Console/Command/HelpCommand.php

@@ -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
       );
   }