1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/14561] Add extra help explaining reclean command

PHPBB3-14561
This commit is contained in:
Matt Friedman
2016-03-27 09:47:45 -07:00
parent aee3eec439
commit ed0f151d86
2 changed files with 2 additions and 0 deletions

View File

@@ -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'))
;
}