We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86555b5 commit 0274c94Copy full SHA for 0274c94
source/reference/mongo.txt
@@ -143,13 +143,13 @@ non-standard port, use the following form:
143
144
.. code-block:: sh
145
146
- mogno --username <user> --password <pass> --hostname <host> --port 28015
+ mongo --username <user> --password <pass> --hostname <host> --port 28015
147
148
Alternatively, consider the following short form:
149
150
151
152
- mogno -u <user> -p <pass> --host <host> --port 28015
+ mongo -u <user> -p <pass> --host <host> --port 28015
153
154
Replace ``<user>``, ``<pass>``, and ``<host>`` with the appropriate
155
values for your situation and substitute or omit the :option:`--port`
0 commit comments