diff --git a/compiler/testData/cli/jvm/help.out b/compiler/testData/cli/jvm/help.out index 0095f4f129f..f6837c372ab 100644 --- a/compiler/testData/cli/jvm/help.out +++ b/compiler/testData/cli/jvm/help.out @@ -10,6 +10,7 @@ where possible options include: -module Path to the module file to compile -script Evaluate the script file -kotlin-home Path to Kotlin compiler home directory, used for annotations and runtime libraries discovery + -androidRes Android resources path -nowarn Generate no warnings -verbose Enable verbose logging output -version Display compiler version diff --git a/compiler/testData/cli/jvm/wrongArgument.out b/compiler/testData/cli/jvm/wrongArgument.out index cb6bf8083e9..408579f0b38 100644 --- a/compiler/testData/cli/jvm/wrongArgument.out +++ b/compiler/testData/cli/jvm/wrongArgument.out @@ -11,6 +11,7 @@ where possible options include: -module Path to the module file to compile -script Evaluate the script file -kotlin-home Path to Kotlin compiler home directory, used for annotations and runtime libraries discovery + -androidRes Android resources path -nowarn Generate no warnings -verbose Enable verbose logging output -version Display compiler version