Skip to content

Commit

Permalink
Adding missing help text.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 8, 2009
1 parent 4deaf27 commit 95cafc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cake/console/libs/bake.php
Expand Up @@ -231,6 +231,8 @@ function help() {
$this->out("\n\tbake model\n\t\tbakes a model. run 'bake model help' for more info");
$this->out("\n\tbake view\n\t\tbakes views. run 'bake view help' for more info");
$this->out("\n\tbake controller\n\t\tbakes a controller. run 'bake controller help' for more info");
$this->out("\n\tbake fixture\n\t\tbakes fixtures. run 'bake fixture help' for more info.");
$this->out("\n\tbake test\n\t\tbakes unit tests. run 'bake test help' for more info.");
$this->out();

}
Expand Down

0 comments on commit 95cafc7

Please sign in to comment.