From d5c427196008b6cfaa34d8b6da97a79b75c79ce7 Mon Sep 17 00:00:00 2001 From: Nicolas Maillat Date: Fri, 11 Dec 2020 15:06:05 +0100 Subject: [PATCH] update --now example --- lib/Alchemy/Phrasea/Command/SendValidationRemindersCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Alchemy/Phrasea/Command/SendValidationRemindersCommand.php b/lib/Alchemy/Phrasea/Command/SendValidationRemindersCommand.php index 1f914a5638..424b06610a 100644 --- a/lib/Alchemy/Phrasea/Command/SendValidationRemindersCommand.php +++ b/lib/Alchemy/Phrasea/Command/SendValidationRemindersCommand.php @@ -56,7 +56,7 @@ class SendValidationRemindersCommand extends Command $this->setDescription('Send validation reminders. (experimental)'); $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'); }