diff --git a/compiler/testData/cli/jvm/help.out b/compiler/testData/cli/jvm/help.out index c4ca0745708..39f4268f98c 100644 --- a/compiler/testData/cli/jvm/help.out +++ b/compiler/testData/cli/jvm/help.out @@ -9,6 +9,8 @@ where possible options include: -no-reflect Don't include Kotlin reflection implementation into classpath -module Path to the module file to compile -script Evaluate the script file + -script-templates + Script definition template classes -kotlin-home Path to Kotlin compiler home directory, used for runtime libraries discovery -module-name Module name -jvm-target Target version of the generated JVM bytecode (1.6 or 1.8), default is 1.6 diff --git a/compiler/testData/cli/jvm/wrongArgument.out b/compiler/testData/cli/jvm/wrongArgument.out index 047fea73f74..3a6f8452482 100644 --- a/compiler/testData/cli/jvm/wrongArgument.out +++ b/compiler/testData/cli/jvm/wrongArgument.out @@ -10,6 +10,8 @@ where possible options include: -no-reflect Don't include Kotlin reflection implementation into classpath -module Path to the module file to compile -script Evaluate the script file + -script-templates + Script definition template classes -kotlin-home Path to Kotlin compiler home directory, used for runtime libraries discovery -module-name Module name -jvm-target Target version of the generated JVM bytecode (1.6 or 1.8), default is 1.6