summaryrefslogtreecommitdiff
path: root/shell/db.js
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-10-22 23:46:03 -0400
committerEliot Horowitz <eliot@10gen.com>2009-10-22 23:46:03 -0400
commit3146b3110b1652253c58eef014e2babebb175b2f (patch)
tree0965f99a178261242fd7c3a78e0763622848941c /shell/db.js
parent860a94f85281d73b50e056993881367491f7cabf (diff)
downloadmongo-3146b3110b1652253c58eef014e2babebb175b2f.tar.gz
indentation
Diffstat (limited to 'shell/db.js')
-rw-r--r--shell/db.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/db.js b/shell/db.js
index e36e7afd963..8ea9c4c1de4 100644
--- a/shell/db.js
+++ b/shell/db.js
@@ -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()");