Skip to content

Commit 6a5f721

Browse files
authored
DOCSP-32381 Updates --quiet option for mongodump and mongoexport (#100)
* DOCSP-32381 Updates --quiet option for mongodump and mongoexport * Fixes per Rohan
1 parent 1194b2e commit 6a5f721

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

source/mongodump.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -421,13 +421,14 @@ Options
421421

422422
This option suppresses:
423423

424-
- output from :term:`database commands <database command>`
424+
- Output from :term:`database commands <database command>`
425425

426-
- replication activity
426+
- Replication activity
427427

428-
- connection accepted events
429-
430-
- connection closed events
428+
- Connection accepted and closed events
429+
430+
- All logs, including error messages, except for those that occur when
431+
parsing options
431432

432433
.. option:: --version
433434

source/mongoexport.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -329,13 +329,14 @@ Options
329329

330330
This option suppresses:
331331

332-
- output from :term:`database commands <database command>`
332+
- Output from :term:`database commands <database command>`
333333

334-
- replication activity
334+
- Replication activity
335335

336-
- connection accepted events
337-
338-
- connection closed events
336+
- Connection accepted and closed events
337+
338+
- All logs, including error messages, except for those that occur when
339+
parsing options
339340

340341

341342
.. option:: --version

0 commit comments

Comments
 (0)