polish code

v4
vinllen 6 years ago
parent 4b48f4f369
commit 5800f93704
  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