Skip to content

Runtime options 2501 #1567

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 0 additions & 90 deletions source/includes/manpage-options-ssl-tools.rst

This file was deleted.

10 changes: 4 additions & 6 deletions source/includes/note-repair.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
.. note::

When using :term:`journaling <journal>`, there is almost never
any need to run :dbcommand:`repairDatabase`. In the event of an
unclean shutdown, the server will be able restore the data files
to a pristine state automatically.
When using :term:`journaling <journal>`, there is almost never
any need to run :dbcommand:`repairDatabase`. In the event of an
unclean shutdown, the server will be able restore the data files
to a pristine state automatically.
61 changes: 34 additions & 27 deletions source/includes/options-bsondump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,25 @@ inherit:
file: options-shared.yaml
---
program: bsondump
name: filter
directive: option
args: '<JSON>'
description: |
Limits the documents that {{program}} exports to only those
documents that match the :term:`JSON document` specified as
``'<JSON>'``. Be sure to include the document in single quotes to avoid
interaction with your system's shell environment.
optional: true
name: verbose
inherit:
name: verbose
program: _shared
file: options-shared.yaml
---
program: bsondump
name: noobjcheck
name: quiet
inherit:
name: noobjcheck
program: mongod
file: options-mongod.yaml
name: quiet
program: _shared
file: options-shared.yaml
---
program: bsondump
name: version
inherit:
name: version
program: _shared
file: options-shared.yaml
---
program: bsondump
name: objcheck
Expand All @@ -45,6 +48,24 @@ description: |
optional: true
---
program: bsondump
name: noobjcheck
inherit:
name: noobjcheck
program: mongod
file: options-mongod.yaml
---
program: bsondump
name: filter
directive: option
args: '<JSON>'
description: |
Limits the documents that {{program}} exports to only those
documents that match the :term:`JSON document` specified as
``'<JSON>'``. Be sure to include the document in single quotes to avoid
interaction with your system's shell environment.
optional: true
---
program: bsondump
name: type
directive: option
args: <=json|=debug>
Expand All @@ -54,20 +75,6 @@ description: |
optional: true
---
program: bsondump
name: verbose
inherit:
name: verbose
program: _shared
file: options-shared.yaml
---
program: bsondump
name: version
inherit:
name: version
program: _shared
file: options-shared.yaml
---
program: bsondump
name: <bsonFilename>
directive: option
description: |
Expand Down
Loading