mirror of https://github.com/status-im/migrate.git
update usage string in cli
This commit is contained in:
parent
604ef747f5
commit
4f0ac8cc45
2
main.go
2
main.go
|
@ -165,7 +165,7 @@ func printTimer() {
|
||||||
|
|
||||||
func helpCmd() {
|
func helpCmd() {
|
||||||
os.Stderr.WriteString(
|
os.Stderr.WriteString(
|
||||||
`usage: migrate [-path=<path>] [-url=<url>] <command> [<args>]
|
`usage: migrate [-path=<path>] -url=<url> <command> [<args>]
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
create <name> Create a new migration
|
create <name> Create a new migration
|
||||||
|
|
Loading…
Reference in New Issue