Skip to content

Commit 51d0af9

Browse files
schmallisoandf-mongodb
authored andcommitted
lingering typo && alignment fixes
1 parent 734fdf6 commit 51d0af9

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

source/bsondump.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Options
131131
.. option:: --bsonFile
132132

133133
Specifies a path to a :term:`BSON` file to dump to JSON. :option:`--bsonFile` is
134-
an alternative to the positional ``<bsonFilename>`` option.
134+
an alternative to the positional :option:`\<bsonFilename\>` option.
135135

136136
By default, :program:`bsondump` reads from standard input.
137137

source/includes/changelogs/releases/100.0.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ This release contains bugfixes, some new command-line options, and
1414
quality of life improvements. A full list can be found below, but here
1515
are some highlights:
1616

17-
- There are no longer restrictions on using ``--uri>`` with other
17+
- There are no longer restrictions on using ``--uri`` with other
1818
connection options such as ``--port`` and ``--password`` as long as
1919
the URI and the explicit option don't provide conflicting information.
2020
Connection strings can now be specified as a positional argument
21-
without the ``--uri>`` option.
21+
without the ``--uri`` option.
2222

2323
- The new :option:`--useArrayIndexFields
2424
<mongoimport --useArrayIndexFields>` flag for :binary:`mongoimport`

source/includes/extracts-clone-copy-db-examples.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,32 @@ content: |
66
77
88
#. Use :binary:`~bin.mongodump` to dump the ``test`` database to
9-
an archive ``mongodump-test-db``:
9+
an archive ``mongodump-test-db``:
1010
11-
.. code-block:: sh
11+
.. code-block:: sh
1212
1313
mongodump --archive="mongodump-test-db" --db=test
1414
15-
#. Use :binary:`~bin.mongorestore` with :option:`--nsFrom
16-
<mongorestore --nsFrom>` and :option:`--nsTo <mongorestore
17-
--nsFrom>` to restore (with database name change) from the
18-
archive:
15+
#. Use :binary:`~bin.mongorestore` with :option:`--nsFrom
16+
<mongorestore --nsFrom>` and :option:`--nsTo <mongorestore
17+
--nsFrom>` to restore (with database name change) from the
18+
archive:
1919
20-
.. code-block:: sh
20+
.. code-block:: sh
2121
22-
mongorestore --archive="mongodump-test-db" --nsFrom='test.*' --nsTo='examples.*'
22+
mongorestore --archive="mongodump-test-db" --nsFrom='test.*' --nsTo='examples.*'
2323
2424
.. tip::
2525
26-
Include additional options as necessary, such as to specify
27-
the uri or host, username, password and authentication
28-
database.
26+
Include additional options as necessary, such as to specify
27+
the uri or host, username, password and authentication
28+
database.
2929
3030
Alternatively, instead of using an archive file, you can
3131
:binary:`~bin.mongodump` the ``test`` database to the standard
3232
output stream and pipe into :binary:`~bin.mongorestore`:
3333
3434
.. code-block:: sh
3535
36-
mongodump --archive --db=test | mongorestore --archive --nsFrom='test.*' --nsTo='examples.*'
37-
...
36+
mongodump --archive --db=test | mongorestore --archive --nsFrom='test.*' --nsTo='examples.*'
37+
...

0 commit comments

Comments
 (0)