main: bug: -t requires an argument

This commit is contained in:
Daniel Eklöf 2020-02-15 21:05:53 +01:00
parent fc66c5f676
commit f0887df5c5
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
main.c
View file

@ -164,7 +164,7 @@ main(int argc, char *const *argv)
bool log_syslog = true;
while (true) {
int c = getopt_long(argc, argv, "c:tf:g:s::Pp:l::Svh", longopts, NULL);
int c = getopt_long(argc, argv, "c:t:f:g:s::Pp:l::Svh", longopts, NULL);
if (c == -1)
break;