Browse Source

code standards

AD7six 15 years ago
parent
commit
9ac717819f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lib/Cake/Console/Command/UpgradeShell.php

+ 2 - 1
lib/Cake/Console/Command/UpgradeShell.php

@@ -316,7 +316,8 @@ 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.")
+			->description("A shell to help automate upgrading from CakePHP 1.3 to 2.0. \n" .
+				"Be sure to have a backup of your application before running these commands.")
 			->addSubcommand('i18n', array(
 				'help' => 'Update the i18n translation method calls.',
 				'parser' => $subcommandParser