summaryrefslogtreecommitdiff
path: root/src/mongo/shell
diff options
context:
space:
mode:
authorJustin Case <hello@justincase.cx>2014-07-23 06:56:17 +0200
committerBenety Goh <benety@mongodb.com>2014-07-23 14:24:27 -0400
commitc8f3b90326a4a958ccd1ca90a2b4e03c33476e7f (patch)
treee85188fc2efcc493b16230e0809291d471c22893 /src/mongo/shell
parentd004a865ed9f12d5968233fcc77ea588f38702d1 (diff)
downloadmongo-c8f3b90326a4a958ccd1ca90a2b4e03c33476e7f.tar.gz
SERVER-13730 remove hardcoded REST URL from rs.help()
Closes #716 Signed-off-by: Benety Goh <benety@mongodb.com>
Diffstat (limited to 'src/mongo/shell')
-rw-r--r--src/mongo/shell/utils.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/shell/utils.js b/src/mongo/shell/utils.js
index 55146fe8814..77f6b1157b9 100644
--- a/src/mongo/shell/utils.js
+++ b/src/mongo/shell/utils.js
@@ -928,7 +928,6 @@ rs.help = function () {
print();
print("\treconfiguration helpers disconnect from the database so the shell will display");
print("\tan error, even if the command succeeds.");
- print("\tsee also http://<mongod_host>:28017/_replSet for additional diagnostic info");
}
rs.slaveOk = function (value) { return db.getMongo().setSlaveOk(value); }
rs.status = function () { return db._adminCommand("replSetGetStatus"); }