Skip to content

Commit e273528

Browse files
Anthony Sansonekay-kim
authored andcommitted
Updated per @kay-kim review.
1 parent 3491359 commit e273528

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

source/includes/options-mongodump.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,9 @@ description: |
255255
256256
.. note::
257257
258-
:program:`mongodump --oplog <mongodump>` must create a full dump of a
259-
:term:`replica set` member. :program:`mongodump` fails if you use any of
260-
the following options with {{role}} to limit the data to be dumped:
258+
To use :program:`mongodump` with {{role}}, you must create a full dump of
259+
a :term:`replica set` member. :program:`mongodump` with {{role}} fails
260+
if you use any of the following options to limit the data to be dumped:
261261
262262
- :option:`--db`
263263
- :option:`--collection`

source/includes/options-mongorestore.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,11 @@ description: |
242242
243243
.. note::
244244
245-
:program:`mongorestore --oplogReplay <mongorestore>` must restore a full
246-
dump of a :term:`replica set` member created using :program:`mongodump
247-
--oplog <mongodump>`. :program:`mongorestore` fails if you use any of
248-
the following options with {{role}} to limit the data be restored:
245+
When using :program:`mongorestore` with {{role}}, you must
246+
restore a full dump of a :term:`replica set` member created
247+
using :program:`mongodump --oplog <mongodump>`.
248+
:program:`mongorestore` with {{role}} fails if you use any of
249+
the following options to limit the data be restored:
249250
250251
- :option:`--db`
251252
- :option:`--collection`

0 commit comments

Comments
 (0)