mirror of
https://github.com/composer/composer
synced 2025-05-11 01:22:54 +00:00
Corrected description of the option --optimize (-o)
This commit is contained in:
parent
3677c1ea69
commit
ee142688e1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue