File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ export const USAGE = `
22
22
--host [arg] ${ i18n . __ ( 'cli-repl.args.host' ) }
23
23
--port [arg] ${ i18n . __ ( 'cli-repl.args.port' ) }
24
24
--version ${ i18n . __ ( 'cli-repl.args.version' ) }
25
+ --verbose ${ i18n . __ ( 'cli-repl.args.verbose' ) }
26
+ --quiet ${ i18n . __ ( 'cli-repl.args.quiet' ) }
25
27
--shell ${ i18n . __ ( 'cli-repl.args.shell' ) }
26
28
--nodb ${ i18n . __ ( 'cli-repl.args.nodb' ) }
27
29
--norc ${ i18n . __ ( 'cli-repl.args.norc' ) }
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ const translations: Catalog = {
15
15
host : 'Server to connect to' ,
16
16
port : 'Port to connect to' ,
17
17
version : 'Show version information' ,
18
+ verbose : 'Increase the verbosity of the output of the shell' ,
19
+ quiet : 'Silence output from the shell during the connection process' ,
18
20
shell : 'Run the shell after executing files' ,
19
21
nodb : "Don't connect to mongod on startup - no 'db address' [arg] expected" ,
20
22
norc : "Will not run the '.mongoshrc.js' file on start up" ,
You can’t perform that action at this time.
0 commit comments