Skip to content

Commit

Permalink
start command: support --noIndexBuildRetry
Browse files Browse the repository at this point in the history
  • Loading branch information
abdul committed Apr 19, 2018
1 parent 86c4926 commit 9068e17
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mongoctl/mongoctl_command_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9068e17

Please sign in to comment.