mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 00:39:15 +02:00
pas2js: help
git-svn-id: trunk@41863 -
This commit is contained in:
parent
faf8a5870c
commit
25137aef66
@ -4338,6 +4338,8 @@ begin
|
|||||||
w(' -? : Show this help');
|
w(' -? : Show this help');
|
||||||
w(' -h : Show this help');
|
w(' -h : Show this help');
|
||||||
Log.LogLn;
|
Log.LogLn;
|
||||||
|
w('Environment variable PAS2JS_OPTS is parsed after default config and before command line parameters.');
|
||||||
|
Log.LogLn;
|
||||||
w('Macros: Format is $Name, $Name$ or $Name()');
|
w('Macros: Format is $Name, $Name$ or $Name()');
|
||||||
for i:=0 to ParamMacros.Count-1 do begin
|
for i:=0 to ParamMacros.Count-1 do begin
|
||||||
ParamMacro:=ParamMacros[i];
|
ParamMacro:=ParamMacros[i];
|
||||||
|
@ -228,6 +228,9 @@ Put + after a boolean switch option to enable it, - to disable it
|
|||||||
-vm<x>,<y>: Do not show messages numbered <x> and <y>.
|
-vm<x>,<y>: Do not show messages numbered <x> and <y>.
|
||||||
-? : Show this help
|
-? : Show this help
|
||||||
-h : Show this help
|
-h : Show this help
|
||||||
|
|
||||||
|
Environment variable PAS2JS_OPTS is parsed after default config
|
||||||
|
and before command line parameters.
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user