update cmd's describe

This commit is contained in:
wasd 2018-09-30 01:23:08 +08:00
parent dba19dabb9
commit effba9fa4c
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ func (m *Mongodb) SetFlag(flg []string) {
return return
} }
if c >> 1 != 1 { if c >> 1 != 1 {
panic("Mysql参数数量不正确!") panic("Mongodb参数数量不正确!")
} }
for i:=0;i<c;i=i+2 { for i:=0;i<c;i=i+2 {
key := flg[i] key := flg[i]