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:
parent
b1fee3035f
commit
b4a77e1c0e
15 changed files with 15 additions and 15 deletions
|
@ -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.'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue