diff --git a/src/realm/exec/realm2json.cpp b/src/realm/exec/realm2json.cpp index bc850f690e8..0edfe78fa90 100644 --- a/src/realm/exec/realm2json.cpp +++ b/src/realm/exec/realm2json.cpp @@ -4,7 +4,7 @@ const char* legend = "Simple tool to output the JSON representation of a Realm:\n" - " realm2json [--output-mode N] <.realm file>\n" + " realm2json [--output-mode N] [--filter ] <.realm file>\n" "\n" "Options:\n" " --schema: Just output the schema of the realm\n" @@ -12,6 +12,7 @@ const char* legend = " 0 - JSON Object\n" " 1 - MongoDB Extended JSON (XJSON)\n" " 2 - An extension of XJSON that adds wrappers for embdded objects, links, dictionaries, etc\n" + " --filter: Only output objects matching the filter. Filter syntax: ':'" "\n"; template