Skip to content

Commit 27f772e

Browse files
committed
fix mongorestore oplog option build error
1 parent e6c84d9 commit 27f772e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/includes/options-mongorestore.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,16 +235,16 @@ args: null
235235
description: |
236236
After restoring the database dump, replays the :term:`oplog` entries
237237
from a bson file.
238-
When used in conjunction with :option:`mongodump --oplog
239-
<--oplog>`, :binary:`~bin.mongorestore --oplogReplay <mongorestore>`
238+
When used in conjunction with :option:`mongodump --oplog`,
239+
:binary:`~bin.mongorestore --oplogReplay <mongorestore>`
240240
restores the database to the point-in-time backup captured with the
241241
``mongodump --oplog`` command.
242242
243243
{{program}} searches for any valid source for the bson file
244244
in the following locations:
245245
246246
- The top level of the dump directory, as in the case of a dump created
247-
with :option:`mongodump --oplog <--oplog>`.
247+
with :option:`mongodump --oplog`.
248248
249249
- The path specified by :option:`--oplogFile`.
250250

0 commit comments

Comments
 (0)