diff options
Diffstat (limited to 'phpBB/phpbb/console/command/fixup')
-rw-r--r-- | phpBB/phpbb/console/command/fixup/recalculate_email_hash.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/console/command/fixup/recalculate_email_hash.php b/phpBB/phpbb/console/command/fixup/recalculate_email_hash.php index ec4e1b0ee7..94592409c5 100644 --- a/phpBB/phpbb/console/command/fixup/recalculate_email_hash.php +++ b/phpBB/phpbb/console/command/fixup/recalculate_email_hash.php @@ -32,6 +32,7 @@ class recalculate_email_hash extends \phpbb\console\command\command $this ->setName('fixup:recalculate-email-hash') ->setDescription($this->user->lang('CLI_DESCRIPTION_RECALCULATE_EMAIL_HASH')) + ->setHelp($this->user->lang('CLI_HELP_RECALCULATE_EMAIL_HASH')) ; } |