mirror of
https://github.com/coder/code-server.git
synced 2025-07-31 14:04:06 +08:00
Fix mention of host/port in docs
This commit is contained in:
@ -99,7 +99,7 @@ const options: Options<Required<Args>> = {
|
|||||||
host: { type: "string", description: "" },
|
host: { type: "string", description: "" },
|
||||||
port: { type: "number", description: "" },
|
port: { type: "number", description: "" },
|
||||||
|
|
||||||
socket: { type: "string", path: true, description: "Path to a socket (host and port will be ignored)." },
|
socket: { type: "string", path: true, description: "Path to a socket (bind-addr will be ignored)." },
|
||||||
version: { type: "boolean", short: "v", description: "Display version information." },
|
version: { type: "boolean", short: "v", description: "Display version information." },
|
||||||
_: { type: "string[]" },
|
_: { type: "string[]" },
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user