Adding some help text for the upgrade shell.

This commit is contained in:
mark_story 2010-12-11 11:00:09 -05:00 committed by AD7six
parent a7d69701ba
commit 31dfa7b9bb

View file

@ -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