sanex3339 преди 7 години
родител
ревизия
733bd2aac4
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 2 2
      README.md
  2. 1 1
      src/cli/JavaScriptObfuscatorCLI.ts

+ 2 - 2
README.md

@@ -575,9 +575,9 @@ Available values:
 ### `identifiersPrefix`
 Type: `string` Default: `''`
 
-Sets prefix for all generated identifiers.
+Sets prefix for all global generated identifiers.
 
-Use this option when you want to obfuscate multiple files. This option helps to avoid conflicts between identifiers of these files. Prefix should be different for every file.
+Use this option when you want to obfuscate multiple files. This option helps to avoid conflicts between global identifiers of these files. Prefix should be different for every file.
 
 ### `log`
 Type: `boolean` Default: `false`

+ 1 - 1
src/cli/JavaScriptObfuscatorCLI.ts

@@ -251,7 +251,7 @@ export class JavaScriptObfuscatorCLI implements IInitializable {
             )
             .option(
                 '--identifiers-prefix <string>',
-                'Sets prefix for all generated identifiers.'
+                'Sets prefix for all global generated identifiers.'
             )
             .option(
                 '--log <boolean>', 'Enables logging of the information to the console',