We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf62a6c commit cf87c76Copy full SHA for cf87c76
cmd/basic/main.go
@@ -30,7 +30,7 @@ func main() {
30
zipfS := flag.Float64("zipfS", 1.01, "zipf S value (general pull toward zero) must be > 1.0")
31
zipfV := flag.Float64("zipfV", float64(*keySpace/2), "zipf V value (pull below this number")
32
valueSize := flag.Uint("valuesize", 1000, "size of value (in bytes) to store on miss")
33
- clientFlags := flag.Uint("clietnflags", 0, "(32bit unsigned) client flag bits to set on miss")
+ clientFlags := flag.Uint("clientflags", 0, "(32bit unsigned) client flag bits to set on miss")
34
35
flag.Parse()
36
0 commit comments