浏览代码

pas2js: compileserver: added cmd line option interface

mattias 3 年之前
父节点
当前提交
ec1766ac3f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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