diff --git a/main.c b/main.c index 25a51897..2b2006f5 100644 --- a/main.c +++ b/main.c @@ -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;