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/cache/purge.php | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/phpbb/console/command/cache') diff --git a/phpBB/phpbb/console/command/cache/purge.php b/phpBB/phpbb/console/command/cache/purge.php index 4a6c8cbbdd..d0c2ef6f72 100644 --- a/phpBB/phpbb/console/command/cache/purge.php +++ b/phpBB/phpbb/console/command/cache/purge.php @@ -60,7 +60,6 @@ class purge extends \phpbb\console\command\command $this ->setName('cache:purge') ->setDescription($this->user->lang('PURGE_CACHE')) - ->setHelp($this->user->lang('CLI_HELP_PURGE_CACHE')) ; } -- cgit v1.2.1