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:
parent
b9309ae5a1
commit
0856dfa084
12 changed files with 12 additions and 12 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue