1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-11 09:32:55 +00:00

Add full stop to all command descriptions

This commit is contained in:
Sven Luijten 2017-01-11 23:08:12 +01:00
parent b1fee3035f
commit b4a77e1c0e
15 changed files with 15 additions and 15 deletions

View file

@ -28,7 +28,7 @@ class DumpAutoloadCommand extends BaseCommand
$this
->setName('dump-autoload')
->setAliases(array('dumpautoload'))
->setDescription('Dumps the autoloader')
->setDescription('Dumps the autoloader.')
->setDefinition(array(
new InputOption('no-scripts', null, InputOption::VALUE_NONE, 'Skips the execution of all scripts defined in composer.json file.'),
new InputOption('optimize', 'o', InputOption::VALUE_NONE, 'Optimizes PSR0 and PSR4 packages to be loaded with classmaps too, good for production.'),