-
Type:
Improvement
-
Resolution: Won't Fix
-
Priority:
Minor - P4
-
None
-
Affects Version/s: 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.5.4
-
Component/s: Usability
-
None
-
Environment:All
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
This ticket is the manifestation of http://groups.google.com/group/mongodb-dev/browse_thread/thread/37493c13806b72da
All options in all mongo commands should adhere to lowerCamelCase. Unless this is done in one fell swoop for all executables created by mongod, one ticket should be made for each executable.
The current casing of the command line arguments need to remain until the ????(initial release| of 1.8 | first stable release after 1.8). While the old options exist using them should invoke the following message:
log() << '"' << oldOption << "\" has been deprecated in favor of \"" << newOption << ".\"" << endl;