Skip to content

Commit ad3f14c

Browse files
committed
Aligns command description tone
1 parent 4af9ef0 commit ad3f14c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/Commands/InitCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ protected function configure(): void
5050
{
5151
$this->analyser->setDirectory(WORKING_DIRECTORY);
5252
$this->setName('init');
53-
$description = 'Creates a default .lpv file in a given '
53+
$description = 'Create a default .lpv file in a given '
5454
. 'project/micro-package repository';
5555
$this->setDescription($description);
5656

src/Commands/TreeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ protected function configure(): void
3535
{
3636
$this->directoryToOperateOn = WORKING_DIRECTORY;
3737
$this->setName('tree');
38-
$description = 'Displays the source structure of a given '
38+
$description = 'Display the source structure of a given '
3939
. "project/micro-package repository or it's dist package";
4040
$this->setDescription($description);
4141

src/Commands/ValidateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ protected function configure(): void
8787
{
8888
$this->analyser->setDirectory(WORKING_DIRECTORY);
8989
$this->setName('validate');
90-
$description = 'Validates the .gitattributes file of a given '
90+
$description = 'Validate the .gitattributes file of a given '
9191
. 'project/micro-package repository';
9292
$this->setDescription($description);
9393

0 commit comments

Comments
 (0)