-e parameter parsing fix
This commit is contained in:
parent
740ef1bfbf
commit
1aed143ceb
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ static struct opt {
|
||||||
{'s',"shortbuffer","use short buffer (4 periods length)"},
|
{'s',"shortbuffer","use short buffer (4 periods length)"},
|
||||||
{'d',"debug","debug level (developers only, for ./sl...)",OPTIONAL,INTEGER,"0"},
|
{'d',"debug","debug level (developers only, for ./sl...)",OPTIONAL,INTEGER,"0"},
|
||||||
{'l',"log","logging mode",OPTIONAL,INTEGER,"5"},
|
{'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,""},
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue