summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-12-28 13:10:39 -0500
committerEliot Horowitz <eliot@10gen.com>2009-12-28 13:10:39 -0500
commita7f5b115d9a07ef7be54fb7e6bbc8d89da9d2f11 (patch)
treef1fc48c0ed30ed45704d71055ef8e5a1301521f8
parent1c4f05b3bd21b8806ffe0ce25bf5ec3a381c3b72 (diff)
downloadmongo-a7f5b115d9a07ef7be54fb7e6bbc8d89da9d2f11.tar.gz
doc
-rw-r--r--shell/collection.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/collection.js b/shell/collection.js
index f94eb74ac33..f3b5a889a4b 100644
--- a/shell/collection.js
+++ b/shell/collection.js
@@ -47,7 +47,7 @@ DBCollection.prototype.help = function(){
print("\tdb.foo.group( { key : ..., initial: ..., reduce : ...[, cond: ...] } )");
print("\tdb.foo.mapReduce( mapFunction , reduceFunction , <optional params> )" );
print("\tdb.foo.remove(query)" );
- print("\tdb.foo.renameCollection( newName ) renames the collection");
+ print("\tdb.foo.renameCollection( newName , <dropTarget> ) renames the collection.");
print("\tdb.foo.save(obj)");
print("\tdb.foo.stats()");
print("\tdb.foo.storageSize() - includes free space allocated to this collection");