1
0
mirror of https://github.com/beego/bee.git synced 2024-11-24 08:30:53 +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)
} else {
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)
}
default: