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'")