aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/cache
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/console/command/cache')
-rw-r--r--phpBB/phpbb/console/command/cache/purge.php1
1 files changed, 0 insertions, 1 deletions
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'))
;
}