1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-06-16 15:01:08 +03:00

Fixing up comment in migrate task

This commit is contained in:
Matt Button 2011-02-18 02:23:45 +00:00
parent e42be14cc6
commit fbd5416594

View file

@ -19,10 +19,18 @@
*
* Migrate to a specific timestamp, or up $up_migrations, or down $down_migrations
*
* Cannot be used with --groups, must be used with --group
*
* --group=group
*
* Specify a single group to perform migrations on
*
* --groups=group[,group2[,group3...]]
*
* A list of groups that will be used to source migration files. By default
* migrations will be loaded from all available groups
* A list of groups that will be used to source migration files. By default
* migrations will be loaded from all available groups.
*
* Note, only --migrate-up and --migrate-down can be used with --groups
*
* --dry-run
*