mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
consistent use of "Bake" in help text
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3137 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
b31c449167
commit
c477ab64c6
1 changed files with 1 additions and 1 deletions
|
@ -1881,7 +1881,7 @@ class Bake {
|
|||
$this->hr();
|
||||
$this->stdout('The Bake script generates controllers, views and models for your application.');
|
||||
$this->stdout('If run with no command line arguments, Bake guides the user through the class');
|
||||
$this->stdout('creation process. You can customize the generation process by telling bake');
|
||||
$this->stdout('creation process. You can customize the generation process by telling Bake');
|
||||
$this->stdout('where different parts of your application are using command line arguments.');
|
||||
$this->stdout('');
|
||||
$this->hr('');
|
||||
|
|
Loading…
Reference in a new issue