mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 13:33:14 +00:00
Fix #1242 : Commands description check, move generate:template command to developer console
This commit is contained in:
@@ -34,7 +34,7 @@ class module_console_systemBackupDB extends Command
|
||||
);
|
||||
|
||||
$this
|
||||
->setDescription('Backup Phraseanet Databases')
|
||||
->setDescription('Backups Phraseanet Databases')
|
||||
->addArgument('directory', null, 'The directory where to backup', $dir)
|
||||
->addOption('timeout', 't', InputOption::VALUE_REQUIRED, 'The timeout for this command (default is 3600s / 1h). Set 0 to disable timeout.', 3600)
|
||||
->addOption('gzip', 'g', null, 'Gzip the output (requires gzip utility)')
|
||||
|
Reference in New Issue
Block a user