From c6e24b2d8130a1d14e729ebcfc9e89416f1b6443 Mon Sep 17 00:00:00 2001 From: Lorenzo Pisani Date: Fri, 1 Jul 2011 20:49:20 -0700 Subject: [PATCH] updating documentation (refs #11) --- classes/minion/task/migrations/run.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/classes/minion/task/migrations/run.php b/classes/minion/task/migrations/run.php index 7fd2133..7b2c635 100644 --- a/classes/minion/task/migrations/run.php +++ b/classes/minion/task/migrations/run.php @@ -7,15 +7,15 @@ * * Available config options are: * - * --migrate-down + * --down * * Migrate the group(s) down * - * --migrate-up + * --up * * Migrate the group(s) up * - * --migrate-to=(timestamp|+up_migrations|down_migrations) + * --to=(timestamp|+up_migrations|down_migrations) * * Migrate to a specific timestamp, or up $up_migrations, or down $down_migrations * @@ -30,7 +30,7 @@ * 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 + * Note, only --up and --down can be used with --groups * * --dry-run *