@ -1183,7 +1183,7 @@ int main(int argc, char *argv[]) {
s = -1;
} else if (socket_path) {
if (implied_tcp) errx(1, "-u option conflicts with -s and -p options");
if (implied_tcp) errx(1, "-u option conflicts with host/port options");
s = unix_connect(socket_path);
if (s < 0) err(1, "unix_connect");
infd = outfd = s;