Skip to content

Commit

Permalink
Update doc of mix ecto.create (#3226)
Browse files Browse the repository at this point in the history
  • Loading branch information
fertapric committed Feb 9, 2020
1 parent c7e144a commit b7c4dbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/mix/tasks/ecto.create.ex
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ defmodule Mix.Tasks.Ecto.Create do
* `-r`, `--repo` - the repo to create
* `--quiet` - do not log output
* `--no-compile` - do not compile before dropping
* `--no-deps-check` - do not compile before dropping
* `--no-compile` - do not compile before creating
* `--no-deps-check` - do not compile before creating
"""

Expand Down

0 comments on commit b7c4dbd

Please sign in to comment.