diff --git a/packages/pastojs/src/pas2jscompiler.pp b/packages/pastojs/src/pas2jscompiler.pp index 4c04b82fe4..8262859800 100644 --- a/packages/pastojs/src/pas2jscompiler.pp +++ b/packages/pastojs/src/pas2jscompiler.pp @@ -4503,6 +4503,10 @@ begin w(' -JoCheckVersion=system: insert rtl version check into system unit init.'); w(' -JoCheckVersion=unit: insert rtl version check into every unit init.'); w(' -JoRTL-=: set RTL identifier y to value z. See -iJ.'); + w(' -Jr Control writing of resource string file'); + w(' -Jrnone: Do not write resource string file'); + w(' -Jrunit: Write resource string file per unit with all resource strings'); + w(' -Jrprogram: Write resource string file per program with all used resource strings in program'); w(' -Jpcmd: 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 postprocessors in succession.'); w(' -Ju: Add to foreign unit paths. Foreign units are not compiled.'); WritePrecompiledFormats;