From 96425b01f7ed507638215397e5b3b2551fe4ab87 Mon Sep 17 00:00:00 2001 From: Hugo Hamon Date: Mon, 9 Jan 2012 10:05:25 +0100 Subject: [PATCH] [SwiftmailerBundle] harmonized commands descriptions. --- .../Bundle/SwiftmailerBundle/Command/SendEmailCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/SwiftmailerBundle/Command/SendEmailCommand.php b/src/Symfony/Bundle/SwiftmailerBundle/Command/SendEmailCommand.php index 99d241dfff..5992b2faad 100644 --- a/src/Symfony/Bundle/SwiftmailerBundle/Command/SendEmailCommand.php +++ b/src/Symfony/Bundle/SwiftmailerBundle/Command/SendEmailCommand.php @@ -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(<<