From 13851f308f57e0cda4c24f9a9a186aac912213d1 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sun, 23 Aug 2015 15:14:08 -0700 Subject: [ticket/14123] Add descriptive help to the CLI help output PHPBB3-14123 --- phpBB/phpbb/console/command/dev/migration_tips.php | 1 + 1 file changed, 1 insertion(+) (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 f9047bdac8..03d81a72a2 100644 --- a/phpBB/phpbb/console/command/dev/migration_tips.php +++ b/phpBB/phpbb/console/command/dev/migration_tips.php @@ -31,6 +31,7 @@ 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