mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 11:44:08 +02:00
[ticket/14123] Add descriptive help to the CLI help output
PHPBB3-14123
This commit is contained in:
@@ -40,6 +40,7 @@ class cron_list extends \phpbb\console\command\command
|
||||
$this
|
||||
->setName('cron:list')
|
||||
->setDescription($this->user->lang('CLI_DESCRIPTION_CRON_LIST'))
|
||||
->setHelp($this->user->lang('CLI_HELP_CRON_LIST'))
|
||||
;
|
||||
}
|
||||
|
||||
|
@@ -50,6 +50,7 @@ class run extends \phpbb\console\command\command
|
||||
$this
|
||||
->setName('cron:run')
|
||||
->setDescription($this->user->lang('CLI_DESCRIPTION_CRON_RUN'))
|
||||
->setHelp($this->user->lang('CLI_HELP_CRON_RUN'))
|
||||
->addArgument('name', InputArgument::OPTIONAL, $this->user->lang('CLI_DESCRIPTION_CRON_RUN_ARGUMENT_1'))
|
||||
;
|
||||
}
|
||||
|
Reference in New Issue
Block a user