Merged pull request #61 from sime/master.

Documentation for schema update missing -f param
This commit is contained in:
José Lorenzo Rodríguez 2011-04-26 08:13:04 -07:00
commit 169c330086

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();