1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 17:12:51 +00:00

Aligns the verb form of commands' description

This commit is contained in:
Issei.M 2017-04-06 13:50:24 +09:00
parent b9309ae5a1
commit 0856dfa084
12 changed files with 12 additions and 12 deletions

View file

@ -59,7 +59,7 @@ class CreateProjectCommand extends BaseCommand
{
$this
->setName('create-project')
->setDescription('Create new project from a package into given directory.')
->setDescription('Creates new project from a package into given directory.')
->setDefinition(array(
new InputArgument('package', InputArgument::OPTIONAL, 'Package name to be installed'),
new InputArgument('directory', InputArgument::OPTIONAL, 'Directory where the files should be created'),