Skip to content

Commit

Permalink
Remove mention of --link-depth in realm2json.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
toy authored and jedelbo committed Aug 14, 2024
1 parent bd17af2 commit ab22ea5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/realm/exec/realm2json.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@

const char* legend =
"Simple tool to output the JSON representation of a Realm:\n"
" realm2json [--link-depth N] [--output-mode N] <.realm file>\n"
" realm2json [--output-mode N] <.realm file>\n"
"\n"
"Options:\n"
" --schema: Just output the schema of the realm\n"
" --link-depth: How deep to traverse linking objects (use -1 for infinite). See test_json.cpp "
"for more details. Defaults to 0.\n"
" --output-mode: Optional formatting for the output \n"
" 0 - JSON Object\n"
" 1 - MongoDB Extended JSON (XJSON)\n"
Expand Down

0 comments on commit ab22ea5

Please sign in to comment.