* also check mimetypes/m option

git-svn-id: trunk@42496 -
This commit is contained in:
svenbarth 2019-07-26 05:16:35 +00:00
parent 893507a5d6
commit f2febdcc1b

View File

@ -67,7 +67,7 @@ Var
S,IndexPage,D : String;
begin
S:=Checkoptions('hqd:ni:p:sH:',['help','quiet','noindexpage','directory:','port:','indexpage:','ssl','hostname:']);
S:=Checkoptions('hqd:ni:p:sH:m:',['help','quiet','noindexpage','directory:','port:','indexpage:','ssl','hostname:','mimetypes:']);
if (S<>'') or HasOption('h','help') then
usage(S);
Quiet:=HasOption('q','quiet');