From ec1766ac3f629c3c9fe09bc6895ffa36cc102915 Mon Sep 17 00:00:00 2001 From: mattias Date: Fri, 14 Jan 2022 15:47:08 +0100 Subject: [PATCH] pas2js: compileserver: added cmd line option interface --- utils/pas2js/httpcompiler.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/pas2js/httpcompiler.pp b/utils/pas2js/httpcompiler.pp index e0727e9d99..0b79a0baee 100644 --- a/utils/pas2js/httpcompiler.pp +++ b/utils/pas2js/httpcompiler.pp @@ -768,7 +768,7 @@ Var S : String; begin - S:=Checkoptions('shqd:ni:p:wP::cm:A:',['help','quiet','noindexpage','directory:','port:','indexpage:','watch','project::','config:','simpleserver','mimetypes:','api:']); + S:=Checkoptions('shqd:ni:p:wP::cm:A:I:',['help','quiet','noindexpage','directory:','port:','indexpage:','watch','project::','config:','simpleserver','mimetypes:','api:','interface:']); if (S<>'') or HasOption('h','help') then usage(S); if HasOption('c','config') then