From 6c36f56b12afcb97dbaa7cc248435df3e7a3fdc9 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 28 Aug 2015 07:49:07 -0700 Subject: [ticket/14123] Remove redundant help messages PHPBB3-14123 --- phpBB/phpbb/console/command/cron/cron_list.php | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/phpbb/console/command/cron') diff --git a/phpBB/phpbb/console/command/cron/cron_list.php b/phpBB/phpbb/console/command/cron/cron_list.php index 418f2d8c76..c515fd9e80 100644 --- a/phpBB/phpbb/console/command/cron/cron_list.php +++ b/phpBB/phpbb/console/command/cron/cron_list.php @@ -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')) ; } -- cgit v1.2.1