File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments