Skip to content

Commit 6f1224e

Browse files
Fix docs for --to-exclusive in ecto.migrate (#371)
1 parent cc2decb commit 6f1224e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/mix/tasks/ecto.migrate.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ defmodule Mix.Tasks.Ecto.Migrate do
103103
104104
* `--to` - run all migrations up to and including version
105105
106-
* `--to-exclusive` - revert all migrations down to and excluding version
106+
* `--to-exclusive` - run all migrations up to and excluding version
107107
108108
"""
109109

0 commit comments

Comments
 (0)