Skip to content

Commit 230eaff

Browse files
author
Bob Grabar
committed
minor: edits to options to fix building
1 parent ce66a97 commit 230eaff

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

source/includes/options-bsondump.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ inherit:
6969
---
7070
program: bsondump
7171
name: <bsonFilename>
72+
directive: option
7273
description: |
7374
The final argument to {{program}} is a document containing
7475
:term:`BSON`. This data is typically generated by
7576
{{program}} or by MongoDB in a :term:`rollback` operation.
76-
7777
...

source/includes/options-mongotop.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ inherit:
132132
file: options-shared.yaml
133133
---
134134
program: mongotop
135+
directive: option
135136
name: <sleeptime>
136137
description: |
137138
The final argument is the length of time, in seconds, that

source/includes/options-shared.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ description: |
153153
Enables connection to a :program:`mongod` or :program:`mongos` that has
154154
SSL support enabled.
155155
156-
The `default distribution of MongoDB does not contain support for SSL.
156+
The default distribution of MongoDB does not contain support for SSL.
157157
For more information on MongoDB and SSL, see :doc:`/tutorial/configure-ssl`.
158158
optional: true
159159
---
@@ -169,7 +169,7 @@ description: |
169169
:setting:`sslAllowInvalidCertificates` setting, MongoDB logs as a
170170
warning the use of the invalid certificate.
171171
172-
The `default distribution of MongoDB does not contain support for SSL.
172+
The default distribution of MongoDB does not contain support for SSL.
173173
For more information on MongoDB and SSL, see :doc:`/tutorial/configure-ssl`.
174174
optional: true
175175
---
@@ -184,7 +184,7 @@ description: |
184184
from the Certificate Authority. Specify the file name of the
185185
:file:`.pem` file using relative or absolute paths.
186186
187-
The `default distribution of MongoDB does not contain support for SSL.
187+
The default distribution of MongoDB does not contain support for SSL.
188188
For more information on MongoDB and SSL, see :doc:`/tutorial/configure-ssl`.
189189
optional: true
190190
---
@@ -199,7 +199,7 @@ description: |
199199
List. Specify the file name of the :file:`.pem` file using relative or
200200
absolute paths.
201201
202-
The `default distribution of MongoDB does not contain support for SSL.
202+
The default distribution of MongoDB does not contain support for SSL.
203203
For more information on MongoDB and SSL, see :doc:`/tutorial/configure-ssl`.
204204
optional: true
205205
---
@@ -213,7 +213,7 @@ description: |
213213
Uses the FIPS mode of the installed OpenSSL library. Your system must
214214
have a FIPS compliant OpenSSL library to use :option:`--sslFIPSMode`.
215215
216-
The `default distribution of MongoDB does not contain support for SSL.
216+
The default distribution of MongoDB does not contain support for SSL.
217217
For more information on MongoDB and SSL, see :doc:`/tutorial/configure-ssl`.
218218
optional: true
219219
---
@@ -233,7 +233,7 @@ description: |
233233
:setting:`sslCAFile` enabled *without*
234234
:setting:`sslWeakCertificateValidation`.
235235
236-
The `default distribution of MongoDB does not contain support for SSL.
236+
The default distribution of MongoDB does not contain support for SSL.
237237
For more information on MongoDB and SSL, see :doc:`/tutorial/configure-ssl`.
238238
optional: true
239239
---
@@ -253,7 +253,7 @@ description: |
253253
:option:`--sslPEMKeyPassword`, {{program}} will prompt for a passphrase.
254254
See :ref:`ssl-certificate-password`.
255255
256-
The `default distribution of MongoDB does not contain support for SSL.
256+
The default distribution of MongoDB does not contain support for SSL.
257257
For more information on MongoDB and SSL, see :doc:`/tutorial/configure-ssl`.
258258
optional: true
259259
---

0 commit comments

Comments
 (0)