Skip to content

Commit c0ae95d

Browse files
committed
docs: fix two typos in mix ash_sqlite.drop task
fixes #113
1 parent fe98b0e commit c0ae95d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mix/tasks/ash_sqlite.drop.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ defmodule Mix.Tasks.AshSqlite.Drop do
2424
## Examples
2525
2626
mix ash_sqlite.drop
27-
mix ash_sqlite.drop -r MyApp.Domain1,MyApp.Domain2
27+
mix ash_sqlite.drop -d MyApp.Domain1,MyApp.Domain2
2828
2929
## Command line options
3030
31-
* `--doains` - the domains who's repos should be dropped
31+
* `--domains` - the domains who's repos should be dropped
3232
* `-q`, `--quiet` - run the command quietly
3333
* `-f`, `--force` - do not ask for confirmation when dropping the database.
3434
Configuration is asked only when `:start_permanent` is set to true

0 commit comments

Comments
 (0)