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:
parent
12db6e16ea
commit
a4a4fc0a58
@ -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" );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user