aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/dev
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2015-08-28 07:49:07 -0700
committerMatt Friedman <maf675@gmail.com>2015-08-28 07:49:07 -0700
commit6c36f56b12afcb97dbaa7cc248435df3e7a3fdc9 (patch)
tree3db6d53d9783e8fb4bfcadc575e79be6262c2f15 /phpBB/phpbb/console/command/dev
parent13851f308f57e0cda4c24f9a9a186aac912213d1 (diff)
downloadforums-6c36f56b12afcb97dbaa7cc248435df3e7a3fdc9.tar
forums-6c36f56b12afcb97dbaa7cc248435df3e7a3fdc9.tar.gz
forums-6c36f56b12afcb97dbaa7cc248435df3e7a3fdc9.tar.bz2
forums-6c36f56b12afcb97dbaa7cc248435df3e7a3fdc9.tar.xz
forums-6c36f56b12afcb97dbaa7cc248435df3e7a3fdc9.zip
[ticket/14123] Remove redundant help messages
PHPBB3-14123
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'))
;
}