mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-17 04:18:24 +00:00
Adding some help text for the upgrade shell.
This commit is contained in:
parent
c1d99017e9
commit
fe81b84bcb
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue