1
0
mirror of https://github.com/beego/bee.git synced 2024-06-02 11:03:27 +00:00

Merge pull request #188 from VorT3x/master

Fix misspelling and improve command description
This commit is contained in:
astaxie 2016-03-28 10:08:02 +08:00
commit 95cc8705c1

2
fix.go
View File

@ -12,7 +12,7 @@ import (
var cmdFix = &Command{ var cmdFix = &Command{
UsageLine: "fix", UsageLine: "fix",
Short: "fix the beego application to compatibel with beego 1.6", Short: "fix the beego application to make it compatible with beego 1.6",
Long: ` Long: `
As from beego1.6, there's some incompatible code with the old version. As from beego1.6, there's some incompatible code with the old version.