소스 검색

[FrameworkBundle] harmonized commands documentation by changing ./app/console to php app/console.

Hugo Hamon 14 년 전
부모
커밋
08072e4595
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php

+ 2 - 2
src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php

@@ -42,8 +42,8 @@ class CacheClearCommand extends ContainerAwareCommand
 The <info>cache:clear</info> command clears the application cache for a given environment
 and debug mode:
 
-<info>./app/console cache:clear --env=dev</info>
-<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>
 EOF
             )
         ;