Skip to content

Commit 354622b

Browse files
author
Sam Kleinman
committed
DOCS-787 clarification about included programs
1 parent 66ca191 commit 354622b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

source/administration/import-export.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ useful for disaster recovery protection and routine database backup
99
operation; however, some cases require additional import and export
1010
functionality.
1111

12-
This document provides an overview of the import and export tools
13-
provided in distributions for MongoDB administrators. These utilities
14-
are useful when you want to backup or export a portion of your
15-
database without capturing the state of the entire database. For more
16-
complex data migration tasks, you may want to write your own import
17-
and export scripts using a client :term:`driver` to interact
12+
This document provides an overview of the import and export programs
13+
included in the MongoDB distribution. These tools are useful when you
14+
want to backup or export a portion of your data without capturing the
15+
state of the entire database, or for simple data ingestion cases. For
16+
more complex data migration tasks, you may want to write your own
17+
import and export scripts using a client :term:`driver` to interact
1818
with the database itself.
1919

2020
.. warning::

source/reference/mongoimport.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
Synopsis
1010
--------
1111

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
1313
JSON, CSV, or TSV export created by :program:`mongoexport`, or
1414
potentially, another third-party export tool. See the
1515
":doc:`/administration/import-export`" document for a more in depth
1616
usage overview, and the ":doc:`mongoexport`" document for more
17-
information regarding the :program:`mongoexport` utility, which
17+
information regarding :program:`mongoexport`, which
1818
provides the inverse "importing" capability.
1919

2020
.. note::
@@ -44,7 +44,7 @@ Options
4444

4545
.. option:: --version
4646

47-
Returns the version of the :program:`mongoimport` utility.
47+
Returns the version of the :program:`mongoimport` program.
4848

4949
.. option:: --host <hostname><:port>, -h
5050

@@ -58,7 +58,7 @@ Options
5858

5959
To connect to a replica set, use the :option:`--host` argument with a
6060
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
6262
one connected set member, connect to primary node of that set. This
6363
option would resemble:
6464

0 commit comments

Comments
 (0)