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

Typo in help command

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Trivial - P5 Trivial - P5
    • 1.5.4
    • Affects Version/s: 1.4.0
    • Component/s: None
    • Labels:
      None
    • Environment:
      Linux

      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

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

              Created:
              Updated:
              Resolved: