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

mongo man pages refer to mongod executable in place of mongo

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • 1.5.2
    • Affects Version/s: 1.4.2
    • Component/s: None
    • Labels:
      None
    • Environment:
      centos 5.4 with mongo from rpms

      In the 'man mongo' output, it mentions using mongod in place of mongo in the examples:

      See this excerpt:

      – excerpt from 'man mongo' follows –

      EXAMPLES
      mongo start the shell, connecting to the server at localhost:27017 and using the test database

      mongod foo
      start the shell using the foo database at localhost:27017

      mongod 192.169.0.5/foo
      start the shell using the foo database at 192.169.0.5:27017

      mongod 192.169.0.5:9999/foo
      start the shell using the foo database at 192.169.0.5:9999

      mongod script1.js script2.js script3.js
      run three scripts and exit

      – end man page excerpt---

            Assignee:
            richard.kreuter Richard Kreuter (Inactive)
            Reporter:
            joshr josh rabinowitz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: