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/db/migrate.php | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/phpbb/console/command/db/migrate.php') diff --git a/phpBB/phpbb/console/command/db/migrate.php b/phpBB/phpbb/console/command/db/migrate.php index e279e8ee0c..87c2a057d1 100644 --- a/phpBB/phpbb/console/command/db/migrate.php +++ b/phpBB/phpbb/console/command/db/migrate.php @@ -52,7 +52,6 @@ class migrate extends \phpbb\console\command\command $this ->setName('db:migrate') ->setDescription($this->user->lang('CLI_DESCRIPTION_DB_MIGRATE')) - ->setHelp($this->user->lang('CLI_HELP_DB_MIGRATE')) ; } -- cgit v1.2.1