1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-08 16:17:37 +00:00

Uppercase first character of dump-autoload description

This commit is contained in:
Igor Wiedler 2012-11-08 11:36:23 +01:00
parent a2c2652695
commit b250d63fd8

View file

@ -28,7 +28,7 @@ class DumpAutoloadCommand extends Command
$this
->setName('dump-autoload')
->setAliases(array('dumpautoload'))
->setDescription('dumps the autoloader')
->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.'),
))