nothing much

This commit is contained in:
ZhengYang 2014-08-07 10:48:58 +08:00
parent 31b481d96a
commit b1ae637139
1 changed files with 1 additions and 1 deletions

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: