mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 16:09:31 +02:00
* Merging revisions 42496 from trunk:
------------------------------------------------------------------------ r42496 | svenbarth | 2019-07-26 07:16:35 +0200 (Fri, 26 Jul 2019) | 1 line * also check mimetypes/m option ------------------------------------------------------------------------ git-svn-id: branches/fixes_3_2@43249 -
This commit is contained in:
parent
e3a1461bd9
commit
dcd9071815
@ -85,7 +85,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