فهرست منبع

Merge remote branch 'ornicar/fixCacheClearCommandHelp'

Fabien Potencier 14 سال پیش
والد
کامیت
393f863e19
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php

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

@@ -41,8 +41,8 @@ class CacheClearCommand extends Command
 The <info>cache:clear</info> command clears the application cache for a given environment
 and debug mode:
 
-<info>./app/console cache:clear dev</info>
-<info>./app/console cache:clear prod --without-debug</info>
+<info>./app/console cache:clear --env=dev</info>
+<info>./app/console cache:clear --env=prod --without-debug</info>
 EOF
             )
         ;