Tiny wording tweak

main
Jordi Boggiano 2 years ago
parent bbf2e94579
commit e0022880cc
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -45,7 +45,7 @@ class UpdateCommand extends BaseCommand
$this
->setName('update')
->setAliases(array('u', 'upgrade'))
->setDescription('Upgrades your dependencies to the latest version according to composer.json, and updates the composer.lock file.')
->setDescription('Updates your dependencies to the latest version according to composer.json, and updates the composer.lock file.')
->setDefinition(array(
new InputArgument('packages', InputArgument::IS_ARRAY | InputArgument::OPTIONAL, 'Packages that should be updated, if not provided all packages are.'),
new InputOption('with', null, InputOption::VALUE_IS_ARRAY | InputOption::VALUE_REQUIRED, 'Temporary version constraint to add, e.g. foo/bar:1.0.0 or foo/bar=1.0.0'),

Loading…
Cancel
Save