From b2a9f50011fb9d7810b87d86f83f4c31968a1a86 Mon Sep 17 00:00:00 2001 From: vinllen Date: Tue, 25 Jun 2019 17:53:29 +0800 Subject: [PATCH] polish code and cond2 --- src/redis-shake/main/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redis-shake/main/main.go b/src/redis-shake/main/main.go index 303f140..92d33ec 100644 --- a/src/redis-shake/main/main.go +++ b/src/redis-shake/main/main.go @@ -55,7 +55,7 @@ func main() { fmt.Println(utils.Version) return } - + if *configuration == "" || *tp == "" { if !*version { fmt.Println("Please show me the '-conf' and '-type'")