Skip to content

Commit a96606e

Browse files
committed
Fix mention of host/port in docs
1 parent 30aefe1 commit a96606e

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
@@ -99,7 +99,7 @@ const options: Options<Required<Args>> = {
9999
host: { type: "string", description: "" },
100100
port: { type: "number", description: "" },
101101

102-
socket: { type: "string", path: true, description: "Path to a socket (host and port will be ignored)." },
102+
socket: { type: "string", path: true, description: "Path to a socket (bind-addr will be ignored)." },
103103
version: { type: "boolean", short: "v", description: "Display version information." },
104104
_: { type: "string[]" },
105105

0 commit comments

Comments
 (0)