summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Jesse Jiryu Davis <jesse@mongodb.com>2020-02-21 16:09:59 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-02-22 03:27:57 +0000
commit23b2864a29554c9a27121303b774e80a42200130 (patch)
treeb0094794c03c87c20cf8ade36a2673fd39fcacea
parent460acb836445e42960346bdb95a83553db8df018 (diff)
downloadmongo-23b2864a29554c9a27121303b774e80a42200130.tar.gz
SERVER-41089 Update mongos isMaster help string
-rw-r--r--src/mongo/s/commands/cluster_is_master_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/commands/cluster_is_master_cmd.cpp b/src/mongo/s/commands/cluster_is_master_cmd.cpp
index 084e9ef7488..16c0cc2b3b5 100644
--- a/src/mongo/s/commands/cluster_is_master_cmd.cpp
+++ b/src/mongo/s/commands/cluster_is_master_cmd.cpp
@@ -78,7 +78,7 @@ public:
}
std::string help() const override {
- return "test if this is master half of a replica pair";
+ return "Status information for clients negotiating a connection with this server";
}
void addRequiredPrivileges(const std::string& dbname,