Skip to content

Commit e8d39d6

Browse files
committed
Fix description
1 parent aef85dd commit e8d39d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bundle/SwiftmailerBundle/Command/SendEmailCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
use Symfony\Component\Console\Input\InputOption;
1818

1919
/**
20-
* Warmup the cache.
20+
* Send Emails from the spool.
2121
*
2222
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
2323
* @author Clément JOBEILI <clement.jobeili@gmail.com>
@@ -31,7 +31,7 @@ protected function configure()
3131
{
3232
$this
3333
->setName('swiftmailer:spool:send')
34-
->setDescription('Send all emails from the spool')
34+
->setDescription('Send emails from the spool')
3535
->addOption('message-limit', 0, InputOption::VALUE_OPTIONAL, 'The maximum number of messages to send.')
3636
->addOption('time-limit', 0, InputOption::VALUE_OPTIONAL, 'The time limit for sending messages (in seconds).')
3737
->setHelp(<<<EOF

0 commit comments

Comments
 (0)