We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8aa49 commit de19cb4Copy full SHA for de19cb4
src/mongo/tools/restore.cpp
@@ -96,7 +96,7 @@ class Restore : public BSONTool {
96
97
_drop = hasParam( "drop" );
98
_keepIndexVersion = hasParam("keepIndexVersion");
99
- _restoreOptions = !hasParam("noOptionRestore");
+ _restoreOptions = !hasParam("noOptionsRestore");
100
_restoreIndexes = !hasParam("noIndexRestore");
101
_w = getParam( "w" , 1 );
102
0 commit comments