Skip to content

Commit ce637d3

Browse files
committed
Add descriptions to SSH flags
1 parent d8654b5 commit ce637d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/node/cli.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ const options: Options<Required<Args>> = {
9898
version: { type: "boolean", short: "v", description: "Display version information." },
9999
_: { type: "string[]" },
100100

101-
"disable-ssh": { type: "boolean" },
102-
"ssh-host-key": { type: "string", path: true },
101+
"disable-ssh": { type: "boolean", description: "Disable the SSH server." },
102+
"ssh-host-key": { type: "string", path: true, description: "SSH server host key." },
103103

104104
"user-data-dir": { type: "string", path: true, description: "Path to the user data directory." },
105105
"extensions-dir": { type: "string", path: true, description: "Path to the extensions directory." },

0 commit comments

Comments
 (0)