diff --git a/source/client-side-encryption/tests/README.rst b/source/client-side-encryption/tests/README.rst index cf123a0ddb..09ddf01a71 100644 --- a/source/client-side-encryption/tests/README.rst +++ b/source/client-side-encryption/tests/README.rst @@ -349,7 +349,9 @@ for information on "disabling" csfle and setting csfle search paths. .. code-block:: shell - $ python3 mongodl.py --component=csfle --version=5.3.1 --out=./csfle/ + $ python3 mongodl.py --component=csfle --version=6.0.0-rc4 --out=./csfle/ + + Other versions of `csfle` are available. Please use the `--list` option to see versions. .. _mongodl: https://github.com/mongodb-labs/drivers-evergreen-tools/blob/master/.evergreen/mongodl.py .. _drivers-evergreen-tools: https://github.com/mongodb-labs/drivers-evergreen-tools/ @@ -1741,4 +1743,4 @@ Use ``clientEncryption`` to encrypt the value "encrypted unindexed value" with t Store the result in ``payload``. -Use ``clientEncryption`` to decrypt ``payload``. Assert the returned value equals "encrypted unindexed value". \ No newline at end of file +Use ``clientEncryption`` to decrypt ``payload``. Assert the returned value equals "encrypted unindexed value".