aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2016-03-27 09:47:45 -0700
committerMatt Friedman <maf675@gmail.com>2016-03-31 15:07:59 -0700
commited0f151d863d7449d73336b3697e37259812215e (patch)
treef90eb564086fd1e354d1ca16b27ff4cfd04a0ad3 /phpBB/phpbb/console
parentaee3eec439b39ac1f8aa79582b302a499a23acc0 (diff)
downloadforums-ed0f151d863d7449d73336b3697e37259812215e.tar
forums-ed0f151d863d7449d73336b3697e37259812215e.tar.gz
forums-ed0f151d863d7449d73336b3697e37259812215e.tar.bz2
forums-ed0f151d863d7449d73336b3697e37259812215e.tar.xz
forums-ed0f151d863d7449d73336b3697e37259812215e.zip
[ticket/14561] Add extra help explaining reclean command
PHPBB3-14561
Diffstat (limited to 'phpBB/phpbb/console')
-rw-r--r--phpBB/phpbb/console/command/user/reclean.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/console/command/user/reclean.php b/phpBB/phpbb/console/command/user/reclean.php
index e2f95c16d8..ba8a638e7b 100644
--- a/phpBB/phpbb/console/command/user/reclean.php
+++ b/phpBB/phpbb/console/command/user/reclean.php
@@ -57,6 +57,7 @@ class reclean extends command
$this
->setName('user:reclean')
->setDescription($this->language->lang('CLI_DESCRIPTION_USER_RECLEAN'))
+ ->setHelp($this->language->lang('CLI_HELP_USER_RECLEAN'))
;
}