Преглед изворни кода

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