mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 15:09:20 +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;
|
S,IndexPage,D : String;
|
||||||
|
|
||||||
begin
|
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
|
if (S<>'') or HasOption('h','help') then
|
||||||
usage(S);
|
usage(S);
|
||||||
Quiet:=HasOption('q','quiet');
|
Quiet:=HasOption('q','quiet');
|
||||||
|
Loading…
Reference in New Issue
Block a user