9
9
Synopsis
10
10
--------
11
11
12
- The `` mongoimport`` utility provides a route to import content from a
12
+ The :program:` mongoimport` tool provides a route to import content from a
13
13
JSON, CSV, or TSV export created by :program:`mongoexport`, or
14
14
potentially, another third-party export tool. See the
15
15
":doc:`/administration/import-export`" document for a more in depth
16
16
usage overview, and the ":doc:`mongoexport`" document for more
17
- information regarding the :program:`mongoexport` utility , which
17
+ information regarding :program:`mongoexport`, which
18
18
provides the inverse "importing" capability.
19
19
20
20
.. note::
@@ -44,7 +44,7 @@ Options
44
44
45
45
.. option:: --version
46
46
47
- Returns the version of the :program:`mongoimport` utility .
47
+ Returns the version of the :program:`mongoimport` program .
48
48
49
49
.. option:: --host <hostname><:port>, -h
50
50
@@ -58,7 +58,7 @@ Options
58
58
59
59
To connect to a replica set, use the :option:`--host` argument with a
60
60
setname, followed by a slash and a comma-separated list of host and
61
- port names. The :program:`mongo` utility will, given the seed of at least
61
+ port names. :program:`mongoimport` will, given the seed of at least
62
62
one connected set member, connect to primary node of that set. This
63
63
option would resemble:
64
64
0 commit comments