From a7f5b115d9a07ef7be54fb7e6bbc8d89da9d2f11 Mon Sep 17 00:00:00 2001 From: Eliot Horowitz Date: Mon, 28 Dec 2009 13:10:39 -0500 Subject: doc --- shell/collection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 , )" ); print("\tdb.foo.remove(query)" ); - print("\tdb.foo.renameCollection( newName ) renames the collection"); + print("\tdb.foo.renameCollection( newName , ) renames the collection."); print("\tdb.foo.save(obj)"); print("\tdb.foo.stats()"); print("\tdb.foo.storageSize() - includes free space allocated to this collection"); -- cgit v1.2.1