Merge pull request #128 from echoes341/fix-tab-usage

Fix tabs used in usage string
This commit is contained in:
Ivan Zhang 2018-11-15 11:49:56 -05:00 committed by GitHub
commit 0d3b571a1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,7 +116,7 @@ Commands:
reset Roll back all migrations
status Dump the migration status for the current DB
version Print the current version of the database
create NAME [sql|go] Creates new migration file with the current timestamp
fix Apply sequential ordering to migrations
create NAME [sql|go] Creates new migration file with the current timestamp
fix Apply sequential ordering to migrations
`
)