Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/reference/mongo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,13 @@ non-standard port, use the following form:

.. code-block:: sh

mogno --username <user> --password <pass> --hostname <host> --port 28015
mongo --username <user> --password <pass> --hostname <host> --port 28015

Alternatively, consider the following short form:

.. code-block:: sh

mogno -u <user> -p <pass> --host <host> --port 28015
mongo -u <user> -p <pass> --host <host> --port 28015

Replace ``<user>``, ``<pass>``, and ``<host>`` with the appropriate
values for your situation and substitute or omit the :option:`--port`
Expand Down