mirror of
https://github.com/composer/composer
synced 2025-05-10 09:02:59 +00:00
Aligns the verb form of commands' description
This commit is contained in:
parent
b9309ae5a1
commit
0856dfa084
12 changed files with 12 additions and 12 deletions
|
@ -35,7 +35,7 @@ class ScriptAliasCommand extends BaseCommand
|
|||
{
|
||||
$this
|
||||
->setName($this->script)
|
||||
->setDescription('Run the '.$this->script.' script as defined in composer.json.')
|
||||
->setDescription('Runs the '.$this->script.' script as defined in composer.json.')
|
||||
->setDefinition(array(
|
||||
new InputOption('dev', null, InputOption::VALUE_NONE, 'Sets the dev mode.'),
|
||||
new InputOption('no-dev', null, InputOption::VALUE_NONE, 'Disables the dev mode.'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue