Skip to content

Commit ea546a6

Browse files
authored
docs: Use proper flag in ash postgres drop example (#520)
1 parent 8fd3bfb commit ea546a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/tasks/ash_postgres.drop.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defmodule Mix.Tasks.AshPostgres.Drop do
2424
## Examples
2525
2626
mix ash_postgres.drop
27-
mix ash_postgres.drop -r MyApp.Repo1,MyApp.Repo2
27+
mix ash_postgres.drop --domains MyApp.Domain1,MyApp.Domain2
2828
2929
## Command line options
3030

0 commit comments

Comments
 (0)