1
0
Fork 0

Merge pull request #2977 from renatbilalov/master

Corrected description of the option --optimize (-o)
pull/2978/head
Jordi Boggiano 2014-05-07 11:00:46 +02:00
commit 7ad5e1a7fa
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class DumpAutoloadCommand extends Command
->setAliases(array('dumpautoload'))
->setDescription('Dumps the autoloader')
->setDefinition(array(
new InputOption('optimize', 'o', InputOption::VALUE_NONE, 'Optimizes PSR0 packages to be loaded with classmaps too, good for production.'),
new InputOption('optimize', 'o', InputOption::VALUE_NONE, 'Optimizes PSR0 and PSR4 packages to be loaded with classmaps too, good for production.'),
new InputOption('no-dev', null, InputOption::VALUE_NONE, 'Disables autoload-dev rules.'),
))
->setHelp(<<<EOT