0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

cursor.print() doesn't exist

This commit is contained in:
Eliot Horowitz 2011-03-17 00:03:10 -04:00
parent c6eb45970e
commit 4e4bac9297

View File

@ -35,7 +35,6 @@ DBQuery.prototype.help = function () {
print("\t.showDiskLoc() - adds a $diskLoc field to each returned object")
print("\nCursor methods");
print("\t.forEach( func )")
print("\t.print() - output to console in full pretty format")
print("\t.map( func )")
print("\t.hasNext()")
print("\t.next()")