Skip to content

Commit 08072e4

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ protected function configure()
4242
The <info>cache:clear</info> command clears the application cache for a given environment
4343
and debug mode:
4444
45-
<info>./app/console cache:clear --env=dev</info>
46-
<info>./app/console cache:clear --env=prod --no-debug</info>
45+
<info>php app/console cache:clear --env=dev</info>
46+
<info>php app/console cache:clear --env=prod --no-debug</info>
4747
EOF
4848
)
4949
;

0 commit comments

Comments
 (0)