summaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorDon Anderson <dda@ddanderson.com>2014-04-15 19:44:50 -0400
committerDon Anderson <dda@ddanderson.com>2014-04-15 19:44:50 -0400
commit9028dc71a03d1e04faab5a09d55028f1ca403f88 (patch)
treeef7c4027782a8dcf1ed7bbc1848d7e1ba54ccc05 /src/config
parent02b44c7e27ae98557e4c24304e343251c3daf5a8 (diff)
downloadmongo-9028dc71a03d1e04faab5a09d55028f1ca403f88.tar.gz
Use dump=json as config option for json cursor.
Changed name of cursor flag to reflect that. refs #740.
Diffstat (limited to 'src/config')
-rw-r--r--src/config/config_def.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/config/config_def.c b/src/config/config_def.c
index 9fbb7ceda7b..6001618eec8 100644
--- a/src/config/config_def.c
+++ b/src/config/config_def.c
@@ -183,8 +183,7 @@ static const WT_CONFIG_CHECK confchk_session_open_cursor[] = {
{ "append", "boolean", NULL, NULL},
{ "bulk", "string", NULL, NULL},
{ "checkpoint", "string", NULL, NULL},
- { "dump", "string", "choices=[\"hex\",\"print\"]", NULL},
- { "json", "boolean", NULL, NULL},
+ { "dump", "string", "choices=[\"hex\",\"json\",\"print\"]", NULL},
{ "next_random", "boolean", NULL, NULL},
{ "overwrite", "boolean", NULL, NULL},
{ "raw", "boolean", NULL, NULL},