schema update documentation lacked -f param usage.

This commit is contained in:
Simon Males 2011-04-26 07:15:32 -07:00
parent 5687483d5c
commit 7feaa0f5a2

View file

@ -504,6 +504,7 @@ Commands:
parameter will only update one table.
To use a snapshot pass the `-s` param with the snapshot number.
To preview the changes that will be done use `-dry`.
To force update of all tables into the schema, use the -f param.
TEXT;
$this->out($help);
$this->_stop();