Tools missing "usage" and "description" in --help

XMLWordPrintableJSON

      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]
      .
      .
      .
      

              Assignee:
              Unassigned
              Reporter:
              Daniel Pasette (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: