From 7dd2d38b9aeccc5b9dab3044915b80ae32a2c075 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 9 Jan 2006 04:43:27 +0000 Subject: Fix doc bug git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3389 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/lib/active_record/migration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/lib/active_record/migration.rb b/activerecord/lib/active_record/migration.rb index 71994dc6ff..2192d588ad 100644 --- a/activerecord/lib/active_record/migration.rb +++ b/activerecord/lib/active_record/migration.rb @@ -93,7 +93,7 @@ module ActiveRecord # pending migrations, creating the schema_info table if missing. # # To roll the database back to a previous migration version, use - # rake migrate version=X where X is the version to which + # rake migrate VERSION=X where X is the version to which # you wish to downgrade. If any of the migrations throw an # IrreversibleMigration exception, that step will fail and you'll # have some manual work to do. -- cgit v1.2.3