readd back removed options by mistake

This commit is contained in:
Alexandre Ratchov 2012-11-10 16:37:03 +01:00
parent c69d0ebe10
commit bf045ccb03
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ main(int argc, char **argv)
else
prog++;
if (strcmp(prog, PROG_AUCAT) == 0) {
optstr = "a:b:c:C:de:f:j:L:m:Mq:r:s:t:U:v:w:x:z:";
optstr = "a:b:c:C:de:f:h:i:j:lL:m:Mno:q:r:s:t:U:v:w:x:z:";
usagestr = aucat_usage;
hold = 1;
} else if (strcmp(prog, PROG_SNDIOD) == 0) {