Browse Source

pas2js: -CR

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

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

@@ -131,7 +131,7 @@ Put + after a boolean switch option to enable it, - to disable it
   -C<x>   : Code generation options. <x> is a combination of the following letters:
     o     : Overflow checking
     r     : Range checking
-    R     : Verify object method call validity
+    R     : Verify object method call and object type casts
   -F...   Set file names and paths:
    -Fe<x> : Redirect output to <x>
    -Fi<x> : Add <x> to include paths
@@ -143,8 +143,7 @@ Put + after a boolean switch option to enable it, - to disable it
    -Ji<x> : Insert JS file <x> into main JS file. E.g. -Jirtl.js. Can be given multiple times.
    -Jl    : lower case identifiers
    -Jm    : generate source maps
-     -Jmsourceroot=<x> : use x as "sourceRoot", prefix URL for source file
-            names.
+     -Jmsourceroot=<x> : use x as "sourceRoot", prefix URL for source file names.
      -Jmbasedir=<x> : write source file names relative to directory x.
      -Jminclude : include Pascal sources in source map.
      -Jm- : disable generating source maps