*: minor change
This commit is contained in:
@ -31,7 +31,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
testStore = flag.String("teststore", "memory", "test store name, [memory, goleveldb, boltdb]")
|
||||
testStore = flag.String("teststore", "memory", "test store name, [memory, goleveldb, boltdb, hbase]")
|
||||
testStorePath = flag.String("testpath", "testkv", "test storage path")
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user