Skip to content

Commit

Permalink
remove old option
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence committed Nov 29, 2024
1 parent 305b318 commit 794d9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ ${pc.dim("Options:")}
-s, --steps Number of migrations to roll back (default: 1)
${pc.dim("Examples:")}
Create: migralite create -n "add-users" --up "..." --down "..."
Create: migralite create -n "add users table"
Up: migralite up
Rollback: migralite rollback --steps 2
Status: migralite status
Expand Down

0 comments on commit 794d9e0

Please sign in to comment.