Fix misspelling and improve command description

This commit is contained in:
Dmitri Logvinenko 2016-03-27 16:42:26 +03:00
parent 3b9ede7e3b
commit e523bf5da4
1 changed files with 1 additions and 1 deletions

2
fix.go
View File

@ -12,7 +12,7 @@ import (
var cmdFix = &Command{
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: `
As from beego1.6, there's some incompatible code with the old version.