summaryrefslogtreecommitdiff
path: root/src/mongo/shell
diff options
context:
space:
mode:
authorJonathan Reams <jbreams@mongodb.com>2019-05-10 10:43:42 -0400
committerJonathan Reams <jbreams@mongodb.com>2019-05-20 15:59:18 -0400
commitfae0c3f0fa4d5dfbe2f4fb03715b60e9ce3e2d93 (patch)
tree53ba77cbc82b4b87017f22102e6cd6cc94331867 /src/mongo/shell
parent31967340abb31476910730163c04782f2e915d01 (diff)
downloadmongo-fae0c3f0fa4d5dfbe2f4fb03715b60e9ce3e2d93.tar.gz
SERVER-40841 Re-issue invalid test certificates
Diffstat (limited to 'src/mongo/shell')
-rw-r--r--src/mongo/shell/shell_options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/shell/shell_options.cpp b/src/mongo/shell/shell_options.cpp
index bd20f6bd632..325584765db 100644
--- a/src/mongo/shell/shell_options.cpp
+++ b/src/mongo/shell/shell_options.cpp
@@ -61,7 +61,7 @@ using std::vector;
// SERVER-36807: Limit --setShellParameter to SetParameters we know we want to expose.
const std::set<std::string> kSetShellParameterWhitelist = {
- "disabledSecureAllocatorDomains",
+ "disabledSecureAllocatorDomains", "newLineAfterPasswordPromptForTest",
};
std::string getMongoShellHelp(StringData name, const moe::OptionSection& options) {