diff --git a/bindings/c/test/mako/mako.cpp b/bindings/c/test/mako/mako.cpp index becf107fc7..858dd1dc8f 100644 --- a/bindings/c/test/mako/mako.cpp +++ b/bindings/c/test/mako/mako.cpp @@ -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",