client: add missing break after handling -t,--term

This commit is contained in:
Daniel Eklöf 2019-12-14 13:07:33 +01:00
parent 4102f9d478
commit b2f72d470a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -64,6 +64,7 @@ main(int argc, char *const *argv)
switch (c) {
case 't':
term = optarg;
break;
case 's':
server_socket_path = optarg;