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[]" },