polish code and cond2

v4
vinllen 5 years ago
parent 560a0943a6
commit b2a9f50011
  1. 2
      src/redis-shake/main/main.go

@ -55,7 +55,7 @@ func main() {
fmt.Println(utils.Version) fmt.Println(utils.Version)
return return
} }
if *configuration == "" || *tp == "" { if *configuration == "" || *tp == "" {
if !*version { if !*version {
fmt.Println("Please show me the '-conf' and '-type'") fmt.Println("Please show me the '-conf' and '-type'")

Loading…
Cancel
Save