mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-16 05:34:00 -04: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) {
|
switch (c) {
|
||||||
case 't':
|
case 't':
|
||||||
term = optarg;
|
term = optarg;
|
||||||
|
break;
|
||||||
|
|
||||||
case 's':
|
case 's':
|
||||||
server_socket_path = optarg;
|
server_socket_path = optarg;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue