update usage string in cli

This commit is contained in:
mattes 2014-08-14 00:26:44 +02:00
parent 604ef747f5
commit 4f0ac8cc45
1 changed files with 1 additions and 1 deletions

View File

@ -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