In 2.4.7 it displays the version, not in 2.5.3
$ mongodump --version mongodump version 2.4.7
$ mongodump --version connected to: 127.0.0.1 2013-10-23T16:25:25.654+0100 all dbs 2013-10-23T16:25:25.658+0100 DATABASE: * to dump/* 2013-10-23T16:25:25.658+0100 *.system.indexes to dump/*/system.indexes.bson 2013-10-23T16:25:25.658+0100 1 objects 2013-10-23T16:25:25.658+0100 *.test to dump/*/test.bson 2013-10-23T16:25:25.659+0100 1 objects ...
the mongod commit is 78a5cc81af2209e10e1357a41e02f1689b60ef1e
Please check if other command line options are correctly working.
Maybe some js tests need to be expanded
- is related to
-
SERVER-8510 Move command line parsing into MONGO_INITIALIZERS and support JSON config files
- Closed