diff --git a/cake/console/libs/tasks/view.php b/cake/console/libs/tasks/view.php index 20f98bb8dda..67f5a1e12ab 100644 --- a/cake/console/libs/tasks/view.php +++ b/cake/console/libs/tasks/view.php @@ -405,7 +405,7 @@ function help() { $this->out("view "); $this->out("\twill read the given controller for methods"); $this->out("\tand bake corresponding views."); - $this->out("\tIf var scaffold is found it will bake the scaffolded actions"); + $this->out("\tIf var scaffold is found it will bake the CRUD actions"); $this->out("\t(index,view,add,edit)"); $this->out(''); $this->out("view "); @@ -414,7 +414,10 @@ function help() { $this->out("view