1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 02:06:32 +02:00

[ticket/14123] Remove redundant help messages

PHPBB3-14123
This commit is contained in:
Matt Friedman
2015-08-28 07:49:07 -07:00
parent 13851f308f
commit 6c36f56b12
15 changed files with 6 additions and 95 deletions

View File

@@ -40,7 +40,6 @@ 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'))
;
}