We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec9c0aa commit 08072e4Copy full SHA for 08072e4
src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php
@@ -42,8 +42,8 @@ protected function configure()
42
The <info>cache:clear</info> command clears the application cache for a given environment
43
and debug mode:
44
45
-<info>./app/console cache:clear --env=dev</info>
46
-<info>./app/console cache:clear --env=prod --no-debug</info>
+<info>php app/console cache:clear --env=dev</info>
+<info>php app/console cache:clear --env=prod --no-debug</info>
47
EOF
48
)
49
;
0 commit comments