From 6c36f56b12afcb97dbaa7cc248435df3e7a3fdc9 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 28 Aug 2015 07:49:07 -0700 Subject: [ticket/14123] Remove redundant help messages PHPBB3-14123 --- phpBB/phpbb/console/command/dev/migration_tips.php | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/phpbb/console/command/dev/migration_tips.php') 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')) ; } -- cgit v1.2.1