Uploaded image for project: 'MongoDB Database Tools'
  1. MongoDB Database Tools
  2. TOOLS-447

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

      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 Unassigned
            Reporter:
            dan@mongodb.com Daniel Pasette (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: