diff --git a/packages/i18n/src/locales/en_US.ts b/packages/i18n/src/locales/en_US.ts index e52ebed493..e7a213a7c9 100644 --- a/packages/i18n/src/locales/en_US.ts +++ b/packages/i18n/src/locales/en_US.ts @@ -119,7 +119,8 @@ const translations: Catalog = { link: 'https://docs.mongodb.com/manual/reference/method/version/' }, load: { - description: 'Load a file into the shell context. Not currently implemented, if running mongosh from the CLI you can use .load as an alternative' + description: 'Loads and runs a JavaScript file into the current shell environment', + example: 'load("path/to/file.js")' }, enableTelemetry: { description: 'Enables collection of anonymous usage data to improve the mongosh CLI'