mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
client: add 's:' to the list of recognized short options
This commit is contained in:
parent
9862d2c3a9
commit
4102f9d478
1 changed files with 1 additions and 1 deletions
2
client.c
2
client.c
|
|
@ -57,7 +57,7 @@ main(int argc, char *const *argv)
|
|||
const char *server_socket_path = NULL;
|
||||
|
||||
while (true) {
|
||||
int c = getopt_long(argc, argv, ":t:hv", longopts, NULL);
|
||||
int c = getopt_long(argc, argv, ":t:s:hv", longopts, NULL);
|
||||
if (c == -1)
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue