Skip to content

Commit 35826c3

Browse files
author
Ed Costello
committed
Edits for style and typos.
1 parent 2a55dd1 commit 35826c3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

source/reference/mongodump.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Options
3636

3737
.. option:: --version
3838

39-
Returns the version of the :program:`mongodump` utility.
39+
Returns the version of the :program:`mongodump` utility and exits.
4040

4141
.. option:: --host <hostname><:port>
4242

@@ -50,9 +50,9 @@ Options
5050

5151
To connect to a replica set, use the :option:`--host <mongodump --host>`
5252
argument with a setname, followed by a slash and a comma
53-
separated list of host and port names. The :program:`mongodump`
53+
separated list of host names and port numbers. The :program:`mongodump`
5454
utility will, given the seed of at least one connected set member,
55-
connect to primary member of that set. this option would resemble:
55+
connect to the primary member of that set. This option would resemble:
5656

5757
.. code-block:: javascript
5858

@@ -98,7 +98,7 @@ Options
9898
directly to local data files and copy the data without the
9999
:program:`mongod`. To run with :option:`--dbpath`,
100100
:program:`mongodump` needs to restrict access to the data
101-
directory: as a result, no :program:`mongod` can be access the same
101+
directory: as a result, no :program:`mongod` can access the same
102102
path while the process runs.
103103

104104
.. option:: --directoryperdb
@@ -124,7 +124,7 @@ Options
124124
dump files. Use this option to backup or copy a smaller subset of
125125
your data.
126126

127-
.. option:: --collection <collection>, -c <c>
127+
.. option:: --collection <collection>, -c <collection>
128128

129129
Use the :option:`--collection` option to specify a collection for
130130
:program:`mongodump` to backup. If you do not specify a collection,
@@ -153,7 +153,7 @@ Options
153153

154154
Without :option:`--oplog`, if there are write operations during the
155155
dump operation, the dump will not reflect a single moment in
156-
time. Changes made to the during the update process can
156+
time. Changes made to the database during the update process can
157157
affect the output of the backup.
158158

159159
:option:`--oplog` has no effect when running :program:`mongodump`
@@ -172,7 +172,7 @@ Options
172172

173173
Use this option to run a repair option in addition to dumping the
174174
database. The repair option attempts to repair a database that may
175-
be an inconsistent state as a result of an improper shutdown or
175+
be in an inconsistent state as a result of an improper shutdown or
176176
:program:`mongod` crash.
177177

178178
.. option:: --forceTableScan
@@ -193,9 +193,9 @@ Behavior
193193
--------
194194

195195
When running :program:`mongodump` against a :program:`mongos` instance
196-
where :term:`shard cluster` consists of :term:`replica sets <replica
196+
where the :term:`shard cluster` consists of :term:`replica sets <replica
197197
set>`, the :term:`read preference` of the operation will prefer reads
198-
to :term:`secondary` members of the set.
198+
from :term:`secondary` members of the set.
199199

200200
Usage
201201
-----

0 commit comments

Comments
 (0)