Skip to content

Commit 5bc27b8

Browse files
author
Sam Kleinman
committed
DOCS-500 minor syntax related correction
1 parent 55064ee commit 5bc27b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/reference/mongodump.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Options
5656

5757
.. code-block:: javascript
5858

59-
mongodump --host repl0/mongo0.example.net,mongo0.example.net,27018,mongo1.example.net,mongo2.example.net
59+
mongodump --host repl0/mongo0.example.net,mongo0.example.net:27018,mongo1.example.net,mongo2.example.net
6060

6161
You can always connect directly to a single MongoDB instance by
6262
specifying the host and port number directly.
@@ -195,7 +195,7 @@ Options
195195
.. warning:: Use :option:`--forceTableScan` with extreme caution
196196
and consideration.
197197

198-
operations
198+
operations
199199

200200

201201
.. _mongodump-behavior:

0 commit comments

Comments
 (0)