This commit is contained in:
xxjwxc
2020-05-07 00:05:12 +08:00
parent 68f4fad30b
commit 365388ccd9

View File

@@ -85,7 +85,7 @@ func initConfig() {
validate := validator.New()
err := validate.Struct(config.GetMysqlDbInfo())
if err != nil {
mylog.Info("Can't read cmd: using -h, --help) to get more imfo")
mylog.Info("Can't read cmd: using -h, --help) to get more info")
mylog.Error(err)
os.Exit(1)
} else {