Browse Source

Readme change

sanex3339 7 years ago
parent
commit
733bd2aac4
2 changed files with 3 additions and 3 deletions
  1. 2 2
      README.md
  2. 1 1
      src/cli/JavaScriptObfuscatorCLI.ts

+ 2 - 2
README.md

@@ -575,9 +575,9 @@ Available values:
 ### `identifiersPrefix`
 ### `identifiersPrefix`
 Type: `string` Default: `''`
 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`
 ### `log`
 Type: `boolean` Default: `false`
 Type: `boolean` Default: `false`

+ 1 - 1
src/cli/JavaScriptObfuscatorCLI.ts

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