Skip to content
Merged
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
2 changes: 2 additions & 0 deletions packages/cli-repl/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ export const USAGE = `
--host [arg] ${i18n.__('cli-repl.args.host')}
--port [arg] ${i18n.__('cli-repl.args.port')}
--version ${i18n.__('cli-repl.args.version')}
--verbose ${i18n.__('cli-repl.args.verbose')}
--quiet ${i18n.__('cli-repl.args.quiet')}
--shell ${i18n.__('cli-repl.args.shell')}
--nodb ${i18n.__('cli-repl.args.nodb')}
--norc ${i18n.__('cli-repl.args.norc')}
Expand Down
2 changes: 2 additions & 0 deletions packages/i18n/src/locales/en_US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ const translations: Catalog = {
host: 'Server to connect to',
port: 'Port to connect to',
version: 'Show version information',
verbose: 'Increase the verbosity of the output of the shell',
quiet: 'Silence output from the shell during the connection process',
shell: 'Run the shell after executing files',
nodb: "Don't connect to mongod on startup - no 'db address' [arg] expected",
norc: "Will not run the '.mongoshrc.js' file on start up",
Expand Down