From b4f0a04574576f9b15496f050853c01e5b47b7a2 Mon Sep 17 00:00:00 2001 From: Hugo Hamon Date: Wed, 11 Apr 2012 08:58:25 +0200 Subject: [PATCH] [TwigBundle] fixed twig:lint command description. --- src/Symfony/Bundle/TwigBundle/Command/LintCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/TwigBundle/Command/LintCommand.php b/src/Symfony/Bundle/TwigBundle/Command/LintCommand.php index f2cad6df95..89f7e59869 100644 --- a/src/Symfony/Bundle/TwigBundle/Command/LintCommand.php +++ b/src/Symfony/Bundle/TwigBundle/Command/LintCommand.php @@ -27,7 +27,7 @@ class LintCommand extends ContainerAwareCommand { $this ->setName('twig:lint') - ->setDescription('Lints a template and outputs eventual errors.') + ->setDescription('Lints a template and outputs eventual errors') ->addArgument('filename') ->setHelp(<<%command.name% command lints a template and outputs to stdout