[SwiftmailerBundle] harmonized commands descriptions.

This commit is contained in:
Hugo Hamon 2012-01-09 10:05:25 +01:00
parent 7eb1c436ae
commit 96425b01f7

View File

@ -31,7 +31,7 @@ class SendEmailCommand extends ContainerAwareCommand
{
$this
->setName('swiftmailer:spool:send')
->setDescription('Send emails from the spool')
->setDescription('Sends 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(<<<EOF