"mongod -f /tmp/mongo-opt":
"error command line: multiple occurrences
use --help for help"
but "mongod --config /tmp/mongo-opt" works ok.
/tmp/mongo-opt contains one line: port=1089
- related to
-
SERVER-8510 Move command line parsing into MONGO_INITIALIZERS and support JSON config files
- Closed