mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 18:02:31 +08:00
added help for --disable_ryw
This commit is contained in:
parent
3ed7462d17
commit
5a5f724d9c
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user