remove prefixscanrandom from db_bench help

Summary:
fix issue reported in https://github.com/facebook/rocksdb/issues/3757
Closes https://github.com/facebook/rocksdb/pull/3784

Differential Revision: D7794107

Pulled By: miasantreble

fbshipit-source-id: 43535074fcb82adb5656bcb916284b2dfc5cbb64
This commit is contained in:
Zhongyi Xie 2018-04-27 12:12:43 -07:00 committed by Facebook Github Bot
parent ed7a95b28c
commit 459bb9028f

View File

@ -150,7 +150,6 @@ DEFINE_string(
"reads\n"
"\treadrandomwriterandom -- N threads doing random-read, "
"random-write\n"
"\tprefixscanrandom -- prefix scan N times in random order\n"
"\tupdaterandom -- N threads doing read-modify-write for random "
"keys\n"
"\txorupdaterandom -- N threads doing read-XOR-write for "