Skip to content

Commit 15ad628

Browse files
committed
chore: update --help for disable-file-downloads
1 parent 60dd8ab commit 15ad628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export const options: Options<Required<UserProvidedArgs>> = {
160160
},
161161
"disable-file-downloads": {
162162
type: "boolean",
163-
description: "Disable file downloads from Code.",
163+
description: "Disable file downloads from Code. This can also be set with CS_DISABLE_FILE_DOWNLOADS set to 'true' or '1'.",
164164
},
165165
// --enable can be used to enable experimental features. These features
166166
// provide no guarantees.

0 commit comments

Comments
 (0)