File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -504,8 +504,9 @@ username and password credentials as above.
504
504
505
505
If you created your database dump using the :option:`--oplog
506
506
<mongodump --oplog>` option to ensure a point-in-time snapshot, call
507
- :program:`mongorestore` with the ":option:`--oplogReplay <mongorestore
508
- --oplogReplay>`" option as in the following example:
507
+ :program:`mongorestore` with the
508
+ :option:`--oplogReplay <mongorestore --oplogReplay>`
509
+ option as in the following example:
509
510
510
511
.. code-block:: sh
511
512
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Create an Index
22
22
~~~~~~~~~~~~~~~
23
23
24
24
To create an index, use :method:`db.collection.ensureIndex()` or a similar
25
- :api:`method your driver <>`. For example
25
+ :api:`method from your driver <>`. For example
26
26
the following creates [#ensure]_ an index on the ``phone-number`` field
27
27
of the ``people`` collection:
28
28
@@ -383,4 +383,4 @@ operation is an index build. The ``msg`` field also indicates the
383
383
percent of the build that is complete.
384
384
385
385
If you need to terminate an ongoing index build, You can use the
386
- :method:`db.killOP ()` method in the :program:`mongo` shell.
386
+ :method:`db.killOp ()` method in the :program:`mongo` shell.
Original file line number Diff line number Diff line change 3
3
.. default-domain:: mongodb
4
4
5
5
======================
6
- :program:` mongoexport`
6
+ mongoexport
7
7
======================
8
8
9
9
Synopsis
@@ -146,7 +146,7 @@ Options
146
146
147
147
.. option:: --jsonArray
148
148
149
- Modifies the output of :program:`mongoexport` so that to write the
149
+ Modifies the output of :program:`mongoexport` to write the
150
150
entire contents of the export as a single :term:`JSON` array. By
151
151
default :program:`mongoexport` writes data using one JSON document
152
152
for every MongoDB document.
You can’t perform that action at this time.
0 commit comments