aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/dev
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/console/command/dev')
-rw-r--r--phpBB/phpbb/console/command/dev/migration_tips.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/dev/migration_tips.php b/phpBB/phpbb/console/command/dev/migration_tips.php
index 03d81a72a2..f9047bdac8 100644
--- a/phpBB/phpbb/console/command/dev/migration_tips.php
+++ b/phpBB/phpbb/console/command/dev/migration_tips.php
@@ -31,7 +31,6 @@ class migration_tips extends \phpbb\console\command\command
$this
->setName('dev:migration-tips')
->setDescription($this->user->lang('CLI_DESCRIPTION_FIND_MIGRATIONS'))
- ->setHelp($this->user->lang('CLI_HELP_FIND_MIGRATIONS'))
;
}