git ssb

8+

cel / sbotc



Commit cfb1d40d73bdbd1a8d226f900ed23d87744fc022

Update option conflict note

cel committed on 3/31/2020, 10:58:24 PM
Parent: 62c66724c193f3024066a158e27995ad52c61617

Files changed

sbotc.cchanged
sbotc.cView
@@ -1182,9 +1182,9 @@
11821182 outfd = STDOUT_FILENO;
11831183 s = -1;
11841184
11851185 } else if (socket_path) {
1186- if (implied_tcp) errx(1, "-u option conflicts with -s and -p options");
1186 + if (implied_tcp) errx(1, "-u option conflicts with host/port options");
11871187 s = unix_connect(socket_path);
11881188 if (s < 0) err(1, "unix_connect");
11891189 infd = outfd = s;
11901190

Built with git-ssb-web