diff --git a/sndiod/sndiod.c b/sndiod/sndiod.c index e4cabae..2ece5a9 100644 --- a/sndiod/sndiod.c +++ b/sndiod/sndiod.c @@ -387,7 +387,7 @@ main(int argc, char **argv) setsig(); filelist_init(); - while ((c = getopt(argc, argv, "a:b:c:C:de:f:j:L:m:Mq:r:s:t:U:v:w:x:z:")) != -1) { + while ((c = getopt(argc, argv, "a:b:c:C:de:f:j:L:m:q:r:s:t:U:v:w:x:z:")) != -1) { switch (c) { case 'd': log_level++;