From fe81b84bcb53435e3119daa97d114dd312b49921 Mon Sep 17 00:00:00 2001 From: mark_story Date: Sat, 11 Dec 2010 11:00:09 -0500 Subject: [PATCH] Adding some help text for the upgrade shell. --- cake/console/shells/upgrade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/cake/console/shells/upgrade.php b/cake/console/shells/upgrade.php index 9f51b1bef..8303b8c31 100644 --- a/cake/console/shells/upgrade.php +++ b/cake/console/shells/upgrade.php @@ -130,6 +130,7 @@ class UpgradeShell extends Shell { ); return parent::getOptionParser() + ->description("A shell to help automate upgrading from CakePHP 1.3 to 2.0. \nBe sure to have a backup of your application before running these commands.") ->addSubcommand('i18n', array( 'help' => 'Update the i18n translation method calls.', 'parser' => $subcommandParser