mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
indentation
This commit is contained in:
parent
860a94f852
commit
3146b3110b
@ -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()");
|
||||
|
Loading…
Reference in New Issue
Block a user