polish code

v4
vinllen 5 years ago
parent f0829f9035
commit be234b3cf7
  1. 2
      src/redis-shake/main/main.go

@ -54,7 +54,7 @@ func main() {
// argument options // argument options
configuration := flag.String("conf", "", "configuration path") configuration := flag.String("conf", "", "configuration path")
tp := flag.String("type", "", "run type: decode, restore, dump, sync") tp := flag.String("type", "", "run type: decode, restore, dump, sync, rump")
version := flag.Bool("version", false, "show version") version := flag.Bool("version", false, "show version")
flag.Parse() flag.Parse()

Loading…
Cancel
Save