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
+}