mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
client: add missing options to getopt_long(3) optstring argument
This commit is contained in:
parent
0d61a49e47
commit
e813883367
1 changed files with 1 additions and 1 deletions
2
client.c
2
client.c
|
|
@ -79,7 +79,7 @@ main(int argc, char *const *argv)
|
|||
bool hold = false;
|
||||
|
||||
while (true) {
|
||||
int c = getopt_long(argc, argv, "+t:a:s:l::hv", longopts, NULL);
|
||||
int c = getopt_long(argc, argv, "+t:T:a:mFLs:Hl::vh", longopts, NULL);
|
||||
if (c == -1)
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue