فهرست منبع

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