mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-06 11:47:47 +02:00
pas2js: help
This commit is contained in:
parent
12ade3af25
commit
ce48e61545
@ -4336,6 +4336,8 @@ begin
|
||||
w(' -? : Show this help');
|
||||
w(' -h : Show this help');
|
||||
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()');
|
||||
for i:=0 to ParamMacros.Count-1 do begin
|
||||
ParamMacro:=ParamMacros[i];
|
||||
|
@ -227,6 +227,9 @@ Put + after a boolean switch option to enable it, - to disable it
|
||||
-vm<x>,<y>: Do not show messages numbered <x> and <y>.
|
||||
-? : Show this help
|
||||
-h : Show this help
|
||||
|
||||
Environment variable PAS2JS_OPTS is parsed after default config
|
||||
and before command line parameters.
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user