added info message about ignoring -o if -l and -o are both passed
parent
dd13fc6eab
commit
e00c34b286
|
|
@ -175,6 +175,9 @@ int main(int argc, char **argv)
|
|||
sprintf(buf, "L\r");
|
||||
write(fd, buf, strlen(buf));
|
||||
|
||||
if (send_open)
|
||||
printf("ignoring -o, due to listen-only option -l\n");
|
||||
|
||||
} else if (send_open) {
|
||||
sprintf(buf, "O\r");
|
||||
write(fd, buf, strlen(buf));
|
||||
|
|
|
|||
Loading…
Reference in New Issue