0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 00:56:44 +01:00

better update docs

This commit is contained in:
Eliot Horowitz 2009-12-09 21:29:59 -05:00
parent 12db6e16ea
commit a4a4fc0a58

View File

@ -53,7 +53,7 @@ DBCollection.prototype.help = function(){
print("\tdb.foo.storageSize() - includes free space allocated to this collection");
print("\tdb.foo.totalIndexSize() - size in bytes of all the indexes");
print("\tdb.foo.totalSize() - storage allocated for all data and indexes");
print("\tdb.foo.update(query, object[, upsert_bool])");
print("\tdb.foo.update(query, object[, upsert_bool, multi_bool])");
print("\tdb.foo.validate() - SLOW");
print("\tdb.foo.getShardVersion() - only for use with sharding" );
}