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: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ variable. For detailed instructions for each of our supported platforms, please
--nodb Don't connect to mongod on startup - no 'db address' [arg] expected
--norc Will not run the '.mongoshrc.js' file on start up
--eval [arg] Evaluate javascript
--retryWrites Automatically retry write operations upon transient network errors
--retryWrites=[true|false] Automatically retry write operations upon transient network errors (Default: true)

Authentication Options:

Expand Down
2 changes: 1 addition & 1 deletion packages/cli-repl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CLI interface for [MongoDB Shell][mongosh], an extension to Node.js REPL with Mo
--nodb Don't connect to mongod on startup - no 'db address' [arg] expected
--norc Will not run the '.mongoshrc.js' file on start up
--eval [arg] Evaluate javascript
--retryWrites Automatically retry write operations upon transient network errors
--retryWrites=[true|false] Automatically retry write operations upon transient network errors (Default: true)

Authentication Options:

Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/src/locales/en_US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const translations: Catalog = {
nodb: "Don't connect to mongod on startup - no 'db address' [arg] expected",
norc: "Will not run the '.mongoshrc.js' file on start up",
eval: 'Evaluate javascript',
retryWrites: 'Automatically retry write operations upon transient network errors',
retryWrites: 'Automatically retry write operations upon transient network errors (Default: true)',
authenticationOptions: 'Authentication Options:',
username: 'Username for authentication',
password: 'Password for authentication',
Expand Down