Skip to content

Commit

Permalink
[Console] Removed reference to old test:all task.
Browse files Browse the repository at this point in the history
  • Loading branch information
kriswallsmith authored and fabpot committed Apr 17, 2010
1 parent 21c3458 commit 3c07383
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Symfony/Components/Console/Command/HelpCommand.php
Expand Up @@ -47,11 +47,11 @@ protected function configure()
->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
);
}
Expand Down

0 comments on commit 3c07383

Please sign in to comment.