Browse Source

pastojs: added -iJ

git-svn-id: trunk@40559 -
Mattias Gaertner 6 years ago
parent
commit
f7661c6fd4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      utils/pas2js/docs/translation.html

+ 2 - 1
utils/pas2js/docs/translation.html

@@ -133,6 +133,7 @@ Put + after a boolean switch option to enable it, - to disable it
     -ic   : Write list of supported JS processors usable by -P<x>
     -io   : Write list of supported optimizations usable by -Oo<x>
     -it   : Write list of supported targets usable by -T<x>
+    -iJ  : Write list of supported JavaScript identifiers -JoRTL-<x>
   -C<x>   : Code generation options. <x> is a combination of the following letters:
     o     : Overflow checking
     r     : Range checking
@@ -168,7 +169,7 @@ Put + after a boolean switch option to enable it, - to disable it
      -JoCheckVersion=main: insert rtl version check into main. (since 1.1)
      -JoCheckVersion=system: insert rtl version check into system unit init. (since 1.1)
      -JoCheckVersion=unit: insert rtl version check into every unit init. (since 1.1)
-     -JoRTL-<x>=<y>: set RTL identifier x to value y. (since 1.1)
+     -JoRTL-<x>=<y>: set RTL identifier x to value y. See -iJ. (since 1.1)
    -Jpcmd<command> : Run postprocessor. For each generated js execute
                   command passing the js as stdin and read the new js from stdout.
                   This option can be added multiple times to call several