mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 20:43:25 +00:00
Fix #1242 : Commands description check, move generate:template command to developer console
This commit is contained in:
@@ -28,7 +28,7 @@ class module_console_sphinxGenerateSuggestion extends Command
|
||||
{
|
||||
parent::__construct($name);
|
||||
|
||||
$this->setDescription('Generate suggestions for Sphinx Search Engine');
|
||||
$this->setDescription('Generates suggestions for Sphinx Search Engine, useful for query auto-completion');
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
Reference in New Issue
Block a user