0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

indentation

This commit is contained in:
Eliot Horowitz 2009-10-22 23:46:03 -04:00
parent 860a94f852
commit 3146b3110b

View File

@ -251,7 +251,7 @@ DB.prototype.help = function() {
print("\tdb.getLastError() - just returns the err msg string");
print("\tdb.getLastErrorObj() - return full status object");
print("\tdb.getMongo() get the server connection object");
print("\tdb.getMongo().setSlaveOk() allow this connection to read from the nonmaster member of a replica pair");
print("\tdb.getMongo().setSlaveOk() allow this connection to read from the nonmaster member of a replica pair");
print("\tdb.getName()");
print("\tdb.getPrevError()");
print("\tdb.getProfilingLevel()");