Updating the help() for bake task to include information about plugin shortcuts.

This commit is contained in:
mark_story 2009-10-04 17:59:12 -04:00
parent b15471095b
commit 5021d11124
4 changed files with 24 additions and 0 deletions

View file

@ -456,6 +456,12 @@ class ControllerTask extends Shell {
$this->hr();
$this->out("Usage: cake bake controller <arg1> <arg2>...");
$this->hr();
$this->out('Arguments:');
$this->out();
$this->out("<name>");
$this->out("\tName of the controller to bake. Can use Plugin.name");
$this->out("\tas a shortcut for plugin baking.");
$this->out();
$this->out('Commands:');
$this->out();
$this->out("controller <name>");