mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
client: add missing break after handling -t,--term
This commit is contained in:
parent
4102f9d478
commit
b2f72d470a
1 changed files with 1 additions and 0 deletions
1
client.c
1
client.c
|
|
@ -64,6 +64,7 @@ main(int argc, char *const *argv)
|
|||
switch (c) {
|
||||
case 't':
|
||||
term = optarg;
|
||||
break;
|
||||
|
||||
case 's':
|
||||
server_socket_path = optarg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue