Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 41fe826

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SwiftmailerBundle/Command/SendEmailCommand.php
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.