1
0
mirror of https://github.com/beego/bee.git synced 2024-06-08 15:33:31 +00:00

nothing much

This commit is contained in:
ZhengYang 2014-08-07 10:48:58 +08:00
parent 31b481d96a
commit b1ae637139

2
g.go
View File

@ -95,7 +95,7 @@ func generateCode(cmd *Command, args []string) {
generateMigration(filename, curpath) generateMigration(filename, curpath)
} else { } else {
ColorLog("[ERRO] Wrong number of arguments\n") ColorLog("[ERRO] Wrong number of arguments\n")
ColorLog("[HINT] usage: bee generate migration [filename]\n") ColorLog("[HINT] Usage: bee generate migration [filename]\n")
os.Exit(2) os.Exit(2)
} }
default: default: