소스 검색

[SwiftmailerBundle] harmonized commands descriptions.

Hugo Hamon 13 년 전
부모
커밋
96425b01f7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Bundle/SwiftmailerBundle/Command/SendEmailCommand.php

+ 1 - 1
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(<<<EOF