-
Type: Improvement
-
Resolution: Done
-
Priority: Trivial - P5
-
Affects Version/s: 1.4.0
-
Component/s: None
-
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