We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a5cf0e commit cc3de60Copy full SHA for cc3de60
db/db.cpp
@@ -932,7 +932,7 @@ int main(int argc, char* argv[]) {
932
}
933
if (params.count("pairwith") || params.count("arbiter") || params.count("opIdMem")) {
934
out() << "****" << endl;
935
- out() << "Replica Pairs have been deprecated." << endl;
+ out() << "Replica Pairs have been deprecated. Invalid options: --pairwith, --arbiter, and/or --opIdMem" << endl;
936
out() << "<http://www.mongodb.org/display/DOCS/Replica+Pairs>" << endl;
937
938
dbexit( EXIT_BADOPTIONS );
0 commit comments