[TwigBundle] fixed twig:lint command description.

This commit is contained in:
Hugo Hamon 2012-04-11 08:58:25 +02:00
parent 809933f55b
commit b4f0a04574

View File

@ -27,7 +27,7 @@ class LintCommand extends ContainerAwareCommand
{ {
$this $this
->setName('twig:lint') ->setName('twig:lint')
->setDescription('Lints a template and outputs eventual errors.') ->setDescription('Lints a template and outputs eventual errors')
->addArgument('filename') ->addArgument('filename')
->setHelp(<<<EOF ->setHelp(<<<EOF
The <info>%command.name%</info> command lints a template and outputs to stdout The <info>%command.name%</info> command lints a template and outputs to stdout