Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-1310

Typo in help command

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Done
    • Icon: Trivial - P5 Trivial - P5
    • 1.5.4
    • 1.4.0
    • None
    • None
    • Linux

    Description

      The following line:

      db.foo.runCommand( name , <options> ) runs a db command with the given name where the 1st param is the colleciton name

      should be:

      db.foo.runCommand( name , <options> ) runs a db command with the given name where the 1st param is the collection name

      or, to be consistent with the rest of the help information:

      db.foo.runCommand( name , <options> ) runs a db command with the given name where the first parameter is the collection name

      Attachments

        Activity

          People

            eliot Eliot Horowitz (Inactive)
            bamieater Melvin
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: