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/config/get.php | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/phpbb/console/command/config/get.php') diff --git a/phpBB/phpbb/console/command/config/get.php b/phpBB/phpbb/console/command/config/get.php index 688fafc753..9c03b49a3d 100644 --- a/phpBB/phpbb/console/command/config/get.php +++ b/phpBB/phpbb/console/command/config/get.php @@ -27,7 +27,6 @@ class get extends command $this ->setName('config:get') ->setDescription($this->user->lang('CLI_DESCRIPTION_GET_CONFIG')) - ->setHelp($this->user->lang('CLI_HELP_GET_CONFIG')) ->addArgument( 'key', InputArgument::REQUIRED, -- cgit v1.2.1