From ba1aef41fe41e0d795add3c45a3c9504b6b1839a Mon Sep 17 00:00:00 2001 From: Sergey Petushkov Date: Wed, 10 Mar 2021 09:34:37 +0100 Subject: [PATCH] chore(i18n): Update load description --- packages/i18n/src/locales/en_US.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'