-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.8.0-rc2
-
Component/s: mongodump, mongoexport, mongofiles, mongoimport, mongooplog, mongorestore, mongotop
-
None
None of the tools (other than mongostat) include the usage or the description of the tool which was included in 2.6.
For example:
dan:(git)mongo-tools[master]/$ ../2.6-mongo/mongoimport --help Import CSV, TSV or JSON data into MongoDB. When importing JSON documents, each document must be a separate line of the input file. Example: mongoimport --host myhost --db my_cms --collection docs < mydocfile.json . . .
or
dan:(git)mongo-tools[master]/$ ../2.6-mongo/mongorestore --help Import BSON files into MongoDB. usage: mongorestore [options] [directory or filename to restore from] . . .