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:
parent
c6eb45970e
commit
4e4bac9297
@ -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()")
|
||||
|
Loading…
Reference in New Issue
Block a user