소스 검색

Add an example using the options in the help message

Clément Jobeili 14 년 전
부모
커밋
aef85dde27
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/Symfony/Bundle/SwiftmailerBundle/Command/SendEmailCommand.php

+ 2 - 0
src/Symfony/Bundle/SwiftmailerBundle/Command/SendEmailCommand.php

@@ -37,6 +37,8 @@ class SendEmailCommand extends Command
             ->setHelp(<<<EOF
 The <info>swiftmailer:spool:send</info> command send all emails from the spool.
 
+<info>./app/console swiftmailer:spool:send --message-limit=10 --time-limit=10</info>
+
 EOF
             )
         ;