mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 01:29:28 +02:00
* also check mimetypes/m option
git-svn-id: trunk@42496 -
This commit is contained in:
parent
893507a5d6
commit
f2febdcc1b
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user