From 3d39feeac918cd866009ef281c2349ed89c7dfd2 Mon Sep 17 00:00:00 2001 From: mark_story Date: Thu, 4 Jun 2009 23:43:59 -0400 Subject: [PATCH] Adding help() entry for bake view all --- cake/console/libs/tasks/view.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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