mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
update --now example
This commit is contained in:
@@ -56,7 +56,7 @@ class SendValidationRemindersCommand extends Command
|
|||||||
|
|
||||||
$this->setDescription('Send validation reminders. <comment>(experimental)</comment>');
|
$this->setDescription('Send validation reminders. <comment>(experimental)</comment>');
|
||||||
$this->addOption('dry',null, InputOption::VALUE_NONE,'dry run, list but don\'t act');
|
$this->addOption('dry',null, InputOption::VALUE_NONE,'dry run, list but don\'t act');
|
||||||
$this->addOption('now', null,InputArgument::OPTIONAL, 'fake today');
|
$this->addOption('now', null,InputArgument::OPTIONAL, 'fake today as "yyy/mm/dd", "yyyy-mm-dd" or "yyyy-mm-dd hh:mm:ss"');
|
||||||
$this->addOption('p', null,InputArgument::OPTIONAL, 'overwrite Validation-reminder-time-left-percent');
|
$this->addOption('p', null,InputArgument::OPTIONAL, 'overwrite Validation-reminder-time-left-percent');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user