From e8d39d6d32f984aecca71663c142182b7cdd1d43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cle=CC=81ment=20Jobeili?= Date: Fri, 18 Feb 2011 10:43:34 +0100 Subject: [PATCH] Fix description --- .../Bundle/SwiftmailerBundle/Command/SendEmailCommand.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Bundle/SwiftmailerBundle/Command/SendEmailCommand.php b/src/Symfony/Bundle/SwiftmailerBundle/Command/SendEmailCommand.php index 38ce88eb45..395ca09976 100644 --- a/src/Symfony/Bundle/SwiftmailerBundle/Command/SendEmailCommand.php +++ b/src/Symfony/Bundle/SwiftmailerBundle/Command/SendEmailCommand.php @@ -17,7 +17,7 @@ use Symfony\Component\Console\Output\OutputInterface; use Symfony\Component\Console\Input\InputOption; /** - * Warmup the cache. + * Send Emails from the spool. * * @author Fabien Potencier * @author Clément JOBEILI @@ -31,7 +31,7 @@ class SendEmailCommand extends Command { $this ->setName('swiftmailer:spool:send') - ->setDescription('Send all emails from the spool') + ->setDescription('Send emails from the spool') ->addOption('message-limit', 0, InputOption::VALUE_OPTIONAL, 'The maximum number of messages to send.') ->addOption('time-limit', 0, InputOption::VALUE_OPTIONAL, 'The time limit for sending messages (in seconds).') ->setHelp(<<