Skip to content

Commit b02f35e

Browse files
author
Sam Kleinman
committed
merge: minor usepowerof2sizes correction merge
2 parents 9e102d9 + a3157fd commit b02f35e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

source/reference/mongodump.txt

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

129129
Use the :option:`--collection` option to specify a collection for
130130
:program:`mongodump` to backup. If you do not specify a collection,
131-
this options copies all collections in the specified database or
131+
this option copies all collections in the specified database or
132132
instance to the dump files. Use this option to backup or copy a
133133
smaller subset of your data.
134134

source/reference/mongooplog.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Synopsis
1515
the :term:`replication` :term:`oplog` of a remote server, and applies
1616
them to the local server. This capability supports certain classes of
1717
real-time migrations that require that the source server remain online
18-
and operation throughout the migration process.
18+
and in operation throughout the migration process.
1919

2020
Typically this command will take the following form:
2121

@@ -151,10 +151,10 @@ Options
151151
.. option:: --collection <collection>, -c <c>
152152

153153
Use the :option:`--collection` option to specify a collection for
154-
:program:`mongooplog` to backup. If you do not specify a collection,
155-
this options copies all collections in the specified database or
156-
instance to the dump files. Use this option to backup or copy a
157-
smaller subset of your data.
154+
:program:`mongooplog` to write data to. If you do not specify a collection,
155+
:program:`mongooplog` will apply operations that apply to all
156+
collections that appear in the oplog in the specified database.
157+
Use this option to migrate a smaller subset of your data.
158158

159159
.. option:: --fields [field1[,field2]], -f [field1[,field2]]
160160

0 commit comments

Comments
 (0)