Skip to content

Commit c43f194

Browse files
committed
Merge pull request #34 from erickrdch/master
minor: wrong replica set connection example correction
2 parents f0fe68a + d22c3cb commit c43f194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/mongoimport.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Options
6464

6565
.. code-block:: sh
6666

67-
--host repl0 mongo0.example.net,mongo0.example.net,27018,mongo1.example.net,mongo2.example.net
67+
--host repl0/mongo0.example.net,mongo0.example.net,27018,mongo1.example.net,mongo2.example.net
6868

6969
You can always connect directly to a single MongoDB instance by
7070
specifying the host and port number directly.

0 commit comments

Comments
 (0)