mod_mongo: update mongo_find_one syntax

This commit is contained in:
Chris Rienzo 2013-11-13 11:45:39 -05:00
parent b90f2446d4
commit 43da8509f5
1 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@
* Contributor(s):
*
* Tamas Cseke <cstomi.levlist@gmail.com>
* Christopher Rienzo <crienzo@grasshopper.com>
*
* mod_mongo.cpp -- API for MongoDB
*
@ -33,7 +34,7 @@
#include "mod_mongo.h"
#define DELIMITER ';'
#define FIND_ONE_SYNTAX "mongo_find_one ns; query; fields"
#define FIND_ONE_SYNTAX "mongo_find_one ns; query; fields; options"
#define MAPREDUCE_SYNTAX "mongo_mapreduce ns; query"
static struct {