From 80789dc785fe041c0e08eb94cc23251bb7d5db93 Mon Sep 17 00:00:00 2001 From: "zhuzhao.cx" Date: Thu, 28 Feb 2019 16:54:00 +0800 Subject: [PATCH] polish README --- README.md | 1 + src/redis-shake/main/main.go | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c64e484..a170507 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ Redis-shake is mainly used to synchronize data from one redis databases to another.
+Thanks to the Douyu's WSD team for the support. 感谢斗鱼公司的web服务部提供的支持。
# Redis-Shake --- diff --git a/src/redis-shake/main/main.go b/src/redis-shake/main/main.go index 6833f24..6f4e37b 100644 --- a/src/redis-shake/main/main.go +++ b/src/redis-shake/main/main.go @@ -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) } -} \ No newline at end of file +}