diff --git a/src/flextype/core/Console/Commands/Cache/CacheDeleteCommand.php b/src/flextype/core/Console/Commands/Cache/CacheDeleteCommand.php index 3d946241..e7cb59ef 100644 --- a/src/flextype/core/Console/Commands/Cache/CacheDeleteCommand.php +++ b/src/flextype/core/Console/Commands/Cache/CacheDeleteCommand.php @@ -19,7 +19,7 @@ class CacheDeleteCommand extends Command protected function configure(): void { $this->setName('cache:delete'); - $this->setDescription('Delete key'); + $this->setDescription('Delete item.'); $this->addArgument('key', InputArgument::REQUIRED, 'Key.'); }