Update option conflict note

main
cel 5 years ago
parent 62c66724c1
commit cfb1d40d73

@ -1183,7 +1183,7 @@ int main(int argc, char *argv[]) {
s = -1; s = -1;
} else if (socket_path) { } 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); s = unix_connect(socket_path);
if (s < 0) err(1, "unix_connect"); if (s < 0) err(1, "unix_connect");
infd = outfd = s; infd = outfd = s;

Loading…
Cancel
Save