mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Adding help text for new -records flag in the FixtureTask
This commit is contained in:
parent
102f10365f
commit
3b391e30df
1 changed files with 2 additions and 0 deletions
|
@ -412,6 +412,8 @@ class FixtureTask extends Shell {
|
|||
$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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue