-e parameter parsing fix

This commit is contained in:
vr5 2021-11-12 00:38:33 +03:00 committed by Jerry
parent 636959b37b
commit f3c4dfb2eb
Signed by: Jerry
GPG key ID: 22618F758B5BE2E5

View file

@ -125,7 +125,7 @@ static struct opt {
{'s',"shortbuffer","use short buffer (4 periods length)"},
{'d',"debug","debug level (developers only, for ./sl...)",OPTIONAL,INTEGER,"0"},
{'l',"log","logging mode",OPTIONAL,INTEGER,"5"},
{'e',"exec","path to external application that transmits audio over the socket (required)"},
{'e',"exec","path to external application that transmits audio over the socket (required)",MANDATORY,STRING,""},
{}
};