Skip to content

Commit 69d9dc3

Browse files
(DOCSP-15892): Add --verbose and --quiet options
updates per review
1 parent 8339513 commit 69d9dc3

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

source/reference/options.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ General Options
4343
Prevents the shell from sourcing and evaluating ``~/.mongoshrc.js``
4444
on startup.
4545

46+
.. option:: --quiet
47+
48+
Skips all messages during startup (such as welcome messages and startup
49+
warnings) and goes directly to the prompt.
50+
51+
.. option:: --verbose
52+
53+
Increases the verbosity of the shell output during the connection
54+
process and when running commands.
55+
4656
.. option:: --version
4757

4858
Returns the |mdb-shell| release number.
@@ -398,7 +408,10 @@ Authentication Options
398408
Specifies a username with which to authenticate to a MongoDB database
399409
that uses authentication. Use in conjunction with the
400410
:option:`--password <--password>` and
401-
:option:`--authenticationDatabase <--authenticationDatabase>` options.
411+
:option:`--authenticationDatabase <--authenticationDatabase>`
412+
options.
413+
414+
402415

403416
Session Options
404417
---------------

0 commit comments

Comments
 (0)