summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2009-10-14 15:54:13 -0400
committerMathias Stearn <mathias@10gen.com>2009-10-14 15:54:13 -0400
commitec8def516bf0e610c9d0fe9b3d54de34e9e97ff6 (patch)
treee8953e191421cc5a42ace6e7d5ffe103158d00cd /client
parente36facf0a1377ef4ac1c8e6091c8bbd590c94bf0 (diff)
downloadmongo-ec8def516bf0e610c9d0fe9b3d54de34e9e97ff6.tar.gz
minor doc fix
Diffstat (limited to 'client')
-rw-r--r--client/dbclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/dbclient.h b/client/dbclient.h
index 9eee76149a8..7f0042e2611 100644
--- a/client/dbclient.h
+++ b/client/dbclient.h
@@ -580,7 +580,7 @@ namespace mongo {
ns: namespace to query, format is <dbname>.<collectname>[.<collectname>]*
query: query to perform on the collection. this is a BSONObj (binary JSON)
You may format as
- { query: { ... }, order: { ... } }
+ { query: { ... }, orderby: { ... } }
to specify a sort order.
nToReturn: n to return. 0 = unlimited
nToSkip: start with the nth item