summaryrefslogtreecommitdiff
path: root/shell/query.js
diff options
context:
space:
mode:
Diffstat (limited to 'shell/query.js')
-rw-r--r--shell/query.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/query.js b/shell/query.js
index 4044894..78734ca 100644
--- a/shell/query.js
+++ b/shell/query.js
@@ -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()")