Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/node/cli.ts
Co-authored-by: Asher <ash@coder.com>
  • Loading branch information
jsjoeio and code-asher authored Apr 5, 2022
commit 4909569c9b31bf9105c8154f097f984dbfc64a63
2 changes: 1 addition & 1 deletion src/node/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export const options: Options<Required<UserProvidedArgs>> = {
},
"disable-file-downloads": {
type: "boolean",
description: "Disable file downloads from Code. Defaults to true.",
description: "Disable file downloads from Code.",
},
// --enable can be used to enable experimental features. These features
// provide no guarantees.
Expand Down