Skip to content

Commit

Permalink
[FrameworkBundle] fixed help for cache:warmup
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Mar 21, 2011
1 parent 82a5ae6 commit e520956
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -37,12 +37,12 @@ protected function configure()
->setName('cache:warmup')
->setDescription('Warms up an empty cache')
->setDefinition(array(
new InputOption('warmup-dir', '', InputOption::VALUE_OPTIONAL, 'Warms up the cache in a specific directory')
new InputOption('warmup-dir', '', InputOption::VALUE_OPTIONAL, 'Warms up the cache in the specified directory')
))
->setHelp(<<<EOF
The <info>cache:warmup --warmup-dir=new_cache</info> command warms up the cache.
The <info>cache:warmup</info> command warms up the cache.
Before running this command, the cache must be empty if not use warmup-dir option.
Before running this command, the cache must be empty.
EOF
)
;
Expand Down

0 comments on commit e520956

Please sign in to comment.