|
|
@@ -77,7 +77,7 @@ class BakeShell extends Shell {
|
|
|
$this->out(__d('cake_console', 'Add your database connection information to App/Config/app.php.'));
|
|
|
return false;
|
|
|
}
|
|
|
- $this->out(__d('cake_console', 'The following commands you can use to generate skeleton code for your application.'));
|
|
|
+ $this->out(__d('cake_console', 'The following commands can be used to generate skeleton code for your application.'));
|
|
|
$this->out('');
|
|
|
$this->out(__d('cake_console', '<info>Available bake commands:</info>'));
|
|
|
$this->out('');
|