polish README

v4
zhuzhao.cx 6 years ago committed by vinllen
parent b9ec1d38e9
commit 80789dc785
  1. 1
      README.md
  2. 4
      src/redis-shake/main/main.go

@ -1,4 +1,5 @@
Redis-shake is mainly used to synchronize data from one redis databases to another.<br>
Thanks to the Douyu's WSD team for the support. 感谢斗鱼公司的web服务部提供的支持。<br>
# Redis-Shake
---

@ -47,7 +47,7 @@ func main() {
defer utils.Goodbye()
// argument options
configuration := flag.String("conf", "", "configure file absolute path")
configuration := flag.String("conf", "", "configuration path")
tp := flag.String("type", "", "run type: decode, restore, dump, sync")
version := flag.Bool("version", false, "show version")
flag.Parse()
@ -314,4 +314,4 @@ func handleExit() {
}
panic(e)
}
}
}

Loading…
Cancel
Save