diff --git a/src/flextype/core/Console/Commands/AboutCommand.php b/src/flextype/core/Console/Commands/AboutCommand.php index 1fc71971..552abc0b 100644 --- a/src/flextype/core/Console/Commands/AboutCommand.php +++ b/src/flextype/core/Console/Commands/AboutCommand.php @@ -32,7 +32,7 @@ class AboutCommand extends Command protected function configure(): void { $this->setName('about'); - $this->setDescription('Get information about Flextype'); + $this->setDescription('Get information about Flextype.'); } protected function execute(InputInterface $input, OutputInterface $output): int