Skip to content

Commit 60bfea1

Browse files
committed
Merge pull request #33 from degvalentine/patch-1
minor: Fix typo in mongo.txt
2 parents 86555b5 + 0274c94 commit 60bfea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/reference/mongo.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@ non-standard port, use the following form:
143143

144144
.. code-block:: sh
145145

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

148148
Alternatively, consider the following short form:
149149

150150
.. code-block:: sh
151151

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

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

0 commit comments

Comments
 (0)