From 7c1a45a8d806936839a4c1c374f750a39f1ed90b Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Fri, 6 May 2022 16:08:25 -0700 Subject: [PATCH] chore: update --help for disable-file-downloads (#5176) * chore: update --help for disable-file-downloads * fixup: formatting --- src/node/cli.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/node/cli.ts b/src/node/cli.ts index 6c33060cd..97d02a4e9 100644 --- a/src/node/cli.ts +++ b/src/node/cli.ts @@ -160,7 +160,8 @@ export const options: Options> = { }, "disable-file-downloads": { type: "boolean", - description: "Disable file downloads from Code.", + description: + "Disable file downloads from Code. This can also be set with CS_DISABLE_FILE_DOWNLOADS set to 'true' or '1'.", }, // --enable can be used to enable experimental features. These features // provide no guarantees.