1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/14123] Add descriptive help to the CLI help output

PHPBB3-14123
This commit is contained in:
Matt Friedman
2015-08-23 15:14:08 -07:00
parent ef3de412b7
commit 13851f308f
16 changed files with 96 additions and 1 deletions

View File

@@ -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'))
;
}