diff --git a/mongoctl/mongoctl_command_config.py b/mongoctl/mongoctl_command_config.py index 0a437ce..d59de37 100644 --- a/mongoctl/mongoctl_command_config.py +++ b/mongoctl/mongoctl_command_config.py @@ -1819,6 +1819,14 @@ "help": "print some diagnostic system information" }, + { + "name": "noIndexBuildRetry", + "type": "optional", + "cmd_arg": "--noIndexBuildRetry", + "nargs": 0, + "help": "don't retry any index builds that were interrupted by shutdown" + }, + { "name": "upgrade", "type" : "optional",