added help for --disable_ryw

This commit is contained in:
QA Hoang 2021-09-21 23:32:25 -07:00 committed by Jingyu Zhou
parent 3ed7462d17
commit 5a5f724d9c

View File

@ -1611,6 +1611,7 @@ void usage() {
printf("%-24s %s\n", " --knobs=KNOBS", "Set client knobs");
printf("%-24s %s\n", " --flatbuffers", "Use flatbuffers");
printf("%-24s %s\n", " --streaming", "Streaming mode: all (default), iterator, small, medium, large, serial");
printf("%-24s %s\n", " --disable_ryw", "Disable snapshot read-your-writes");
}
/* parse benchmark paramters */