浏览代码

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
             )
         ;