Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Commit

Permalink
[SwiftmailerBundle] harmonized commands descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Hamon committed Jan 9, 2012
1 parent 58bf234 commit 5f1b50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/SendEmailCommand.php
Expand Up @@ -31,7 +31,7 @@ protected function configure()
{
$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
Expand Down

0 comments on commit 5f1b50d

Please sign in to comment.