From a96606e589397deca42910602dc33130dc387f9d Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Tue, 28 Apr 2020 18:29:25 -0400 Subject: [PATCH] Fix mention of host/port in docs --- src/node/cli.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/cli.ts b/src/node/cli.ts index b2e7a2a5c..9614f0afe 100644 --- a/src/node/cli.ts +++ b/src/node/cli.ts @@ -99,7 +99,7 @@ const options: Options> = { host: { type: "string", 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." }, _: { type: "string[]" },