diff options
Diffstat (limited to 'phpBB/phpbb/console/command/cron/run.php')
| -rw-r--r-- | phpBB/phpbb/console/command/cron/run.php | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/phpBB/phpbb/console/command/cron/run.php b/phpBB/phpbb/console/command/cron/run.php index 72ad1205ef..a9648fcd41 100644 --- a/phpBB/phpbb/console/command/cron/run.php +++ b/phpBB/phpbb/console/command/cron/run.php @@ -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'))  		;  	} | 
