Skip to content

Commit

Permalink
DOCSP-11895 correct mongoreplay build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
andf-mongodb committed Aug 20, 2020
1 parent 28359d6 commit 0226d3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/release-notes/4.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1227,11 +1227,11 @@ MongoDB Tools
:toolcommand:`mongoreplay play <play>` supports a new ``MONGOREPLAY_HOST``
environment variable that specifies the MongoDB connection string when
running ``mongoreplay play``. The new environment vairable can be used
instead of the command-line ``--host``
option.
instead of the command-line ``--host`` option.

For example, to play back a recording to a :binary:`~bin.mongod`
instance running with authentication ``mongodb1.example.net:27017``, you can specify the connection string in:
instance running with authentication at ``mongodb1.example.net:27017``,
you can specify the connection string in:

- The ``MONGOREPLAY_HOST`` environment variable:

Expand All @@ -1240,7 +1240,7 @@ instance running with authentication ``mongodb1.example.net:27017``, you can spe
export MONGOREPLAY_HOST="mongodb://myUserName:[email protected]:27017/?authSource=admin"
mongoreplay play -p /some/path/to/my/recording.bson

- The :option:``--host`` command-line option
- The ``--host`` command-line option:

.. code-block:: sh

Expand Down

0 comments on commit 0226d3f

Please sign in to comment.