Skip to content

Commit 41fe826

Browse files
author
Hugo Hamon
committed
[SwiftmailerBundle] harmonized commands documentation by changing ./app/console to php app/console.
1 parent 08072e4 commit 41fe826

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bundle/SwiftmailerBundle/Command/SendEmailCommand.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ protected function configure()
3535
->addOption('message-limit', 0, InputOption::VALUE_OPTIONAL, 'The maximum number of messages to send.')
3636
->addOption('time-limit', 0, InputOption::VALUE_OPTIONAL, 'The time limit for sending messages (in seconds).')
3737
->setHelp(<<<EOF
38-
The <info>swiftmailer:spool:send</info> command send all emails from the spool.
38+
The <info>swiftmailer:spool:send</info> command sends all emails from the spool.
3939
40-
<info>./app/console swiftmailer:spool:send --message-limit=10 --time-limit=10</info>
40+
<info>php app/console swiftmailer:spool:send --message-limit=10 --time-limit=10</info>
4141
4242
EOF
4343
)

0 commit comments

Comments
 (0)