Typo in help command

XMLWordPrintableJSON

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

      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 Horowitz (Inactive)
              Reporter:
              Melvin
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: