summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_set_feature_compatibility_version_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/cluster_set_feature_compatibility_version_cmd.cpp')
-rw-r--r--src/mongo/s/commands/cluster_set_feature_compatibility_version_cmd.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mongo/s/commands/cluster_set_feature_compatibility_version_cmd.cpp b/src/mongo/s/commands/cluster_set_feature_compatibility_version_cmd.cpp
index 21278ac91a1..1d3fbfeaa68 100644
--- a/src/mongo/s/commands/cluster_set_feature_compatibility_version_cmd.cpp
+++ b/src/mongo/s/commands/cluster_set_feature_compatibility_version_cmd.cpp
@@ -71,11 +71,11 @@ public:
std::string help() const override {
return str::stream()
<< "Set the API version for the cluster. If set to \""
- << FeatureCompatibilityVersionParser::kVersion36
- << "\", then 4.0 features are disabled. If \""
<< FeatureCompatibilityVersionParser::kVersion40
- << "\", then 4.0 features are enabled, and all nodes in the cluster must be version "
- << "4.0. See " << feature_compatibility_version_documentation::kCompatibilityLink
+ << "\", then 4.2 features are disabled. If \""
+ << FeatureCompatibilityVersionParser::kVersion42
+ << "\", then 4.2 features are enabled, and all nodes in the cluster must be version "
+ << "4.2. See " << feature_compatibility_version_documentation::kCompatibilityLink
<< ".";
}