diff --git a/activerecord/lib/active_record/migration.rb b/activerecord/lib/active_record/migration.rb index 71994dc6ff77fd6df17b40726e671e765e5edea3..2192d588ad544a036da1447a731d895c6a6ebf3a 100644 --- a/activerecord/lib/active_record/migration.rb +++ b/activerecord/lib/active_record/migration.rb @@ -93,7 +93,7 @@ def initialize(version) # 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.