Skip to content

Commit 1a01993

Browse files
authored
chore(i18n): Update load description (#713)
1 parent 49d296f commit 1a01993

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/i18n/src/locales/en_US.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ const translations: Catalog = {
119119
link: 'https://docs.mongodb.com/manual/reference/method/version/'
120120
},
121121
load: {
122-
description: 'Load a file into the shell context. Not currently implemented, if running mongosh from the CLI you can use .load <filename> as an alternative'
122+
description: 'Loads and runs a JavaScript file into the current shell environment',
123+
example: 'load("path/to/file.js")'
123124
},
124125
enableTelemetry: {
125126
description: 'Enables collection of anonymous usage data to improve the mongosh CLI'

0 commit comments

Comments
 (0)