Browse Source

pas2js: compileserver: added cmd line option interface

mattias 3 years ago
parent
commit
ec1766ac3f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/pas2js/httpcompiler.pp

+ 1 - 1
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