Skip to content

Commit

Permalink
Adding help text for new -records flag in the FixtureTask
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 28, 2009
1 parent 102f103 commit 3b391e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cake/console/libs/tasks/fixture.php
Expand Up @@ -412,6 +412,8 @@ function help() {
$this->out("\t-count When using generated data, the number of records to include in the fixture(s).");
$this->out("\t-connection Which database configuration to use for baking.");
$this->out("\t-plugin CamelCased name of plugin to bake fixtures for.");
$this->out("\t-records Used with -count and <name>/all commands to pull [n] records from the live tables");
$this->out("\t Where [n] is either -count or the default of 10.");
$this->out();
$this->_stop();
}
Expand Down

0 comments on commit 3b391e3

Please sign in to comment.