Add an example using the options in the help message

This commit is contained in:
Clément Jobeili 2011-02-18 10:41:34 +01:00
parent 438ccbdf8a
commit aef85dde27

View File

@ -37,6 +37,8 @@ class SendEmailCommand extends Command
->setHelp(<<<EOF ->setHelp(<<<EOF
The <info>swiftmailer:spool:send</info> command send all emails from the spool. 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 EOF
) )
; ;