Skip to content

Commit ed1c95d

Browse files
committed
DOCS-13931 fix malformed binary links manual
1 parent e8ce956 commit ed1c95d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/reference/program/mongorestore.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -715,11 +715,11 @@ Options
715715
.. note::
716716

717717
When using :binary:`~bin.mongorestore` with :option:`--oplogReplay` to restore
718-
a replica set, you must
719-
restore a full dump of a :term:`replica set` member created
720-
using :binary:`~bin.mongodump --oplog <mongodump>`.
718+
a replica set, you must restore a full dump of a :term:`replica set` member created
719+
using :option:`mongodump --oplog`.
720+
721721
:binary:`~bin.mongorestore` with :option:`--oplogReplay` fails if you use any of
722-
the following options to limit the data be restored:
722+
the following options to limit the data to be restored:
723723

724724
- :option:`--db`
725725
- :option:`--collection`
@@ -857,7 +857,7 @@ Options
857857
.. versionadded:: 3.2
858858

859859
Restores from compressed files or data stream created by
860-
:binary:`~bin.mongodump --gzip <mongodump>`
860+
:option:`mongodump --gzip`
861861

862862
To restore from a dump directory that contains compressed files, run
863863
:binary:`~bin.mongorestore` with the :option:`--gzip` option.

0 commit comments

Comments
 (0)