Commit cfb1d40d73bdbd1a8d226f900ed23d87744fc022
Update option conflict note
cel committed on 3/31/2020, 10:58:24 PMParent: 62c66724c193f3024066a158e27995ad52c61617
Files changed
sbotc.c | changed |
sbotc.c | ||
---|---|---|
@@ -1182,9 +1182,9 @@ | ||
1182 | 1182 … | outfd = STDOUT_FILENO; |
1183 | 1183 … | s = -1; |
1184 | 1184 … | |
1185 | 1185 … | } 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"); | |
1187 | 1187 … | s = unix_connect(socket_path); |
1188 | 1188 … | if (s < 0) err(1, "unix_connect"); |
1189 | 1189 … | infd = outfd = s; |
1190 | 1190 … |
Built with git-ssb-web