Add help for mako's --disable_client_bypass (#8476)
* Add help for --disable_client_bypass * formatting
This commit is contained in:
parent
f5f33c5883
commit
0d2bf71f71
|
@ -1199,6 +1199,8 @@ void usage() {
|
|||
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");
|
||||
printf(
|
||||
"%-24s %s\n", " --disable_client_bypass", "Disable client-bypass forcing mako to use multi-version client");
|
||||
printf("%-24s %s\n", " --json_report=PATH", "Output stats to the specified json file (Default: mako.json)");
|
||||
printf("%-24s %s\n",
|
||||
" --bg_file_path=PATH",
|
||||
|
|
Loading…
Reference in New Issue