diff --git a/src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php b/src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php index f60f5ac330..403210efba 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php +++ b/src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php @@ -41,8 +41,8 @@ class CacheClearCommand extends Command The cache:clear command clears the application cache for a given environment and debug mode: -./app/console cache:clear dev -./app/console cache:clear prod --without-debug +./app/console cache:clear --env=dev +./app/console cache:clear --env=prod --without-debug EOF ) ;