summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/server_options.h')
-rw-r--r--src/mongo/db/server_options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/server_options.h b/src/mongo/db/server_options.h
index e9517989f82..82ebf186362 100644
--- a/src/mongo/db/server_options.h
+++ b/src/mongo/db/server_options.h
@@ -51,6 +51,7 @@ struct ServerGlobalParams {
bool isDefaultPort() const {
return port == DefaultDBPort;
}
+ static std::string getPortSettingHelpText();
std::vector<std::string> bind_ips; // --bind_ip
bool enableIPv6 = false;