diff --git a/src/flextype/core/Console/Commands/Cache/CacheGetCommand.php b/src/flextype/core/Console/Commands/Cache/CacheGetCommand.php index dbd6a9ad..ee2f0fdd 100644 --- a/src/flextype/core/Console/Commands/Cache/CacheGetCommand.php +++ b/src/flextype/core/Console/Commands/Cache/CacheGetCommand.php @@ -20,7 +20,7 @@ class CacheGetCommand extends Command protected function configure(): void { $this->setName('cache:get'); - $this->setDescription('Get key'); + $this->setDescription('Get item.'); $this->addArgument('key', InputArgument::REQUIRED, 'Key.'); $this->addArgument('default', InputArgument::OPTIONAL, 'Default.'); }