diff --git a/compiler/testData/cli/jvm/help.out b/compiler/testData/cli/jvm/help.out index f6837c372ab..abb5afc4af9 100644 --- a/compiler/testData/cli/jvm/help.out +++ b/compiler/testData/cli/jvm/help.out @@ -11,6 +11,7 @@ where possible options include: -script Evaluate the script file -kotlin-home Path to Kotlin compiler home directory, used for annotations and runtime libraries discovery -androidRes Android resources path + -androidManifest Android manifest file -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 408579f0b38..99ba24b71a2 100644 --- a/compiler/testData/cli/jvm/wrongArgument.out +++ b/compiler/testData/cli/jvm/wrongArgument.out @@ -12,6 +12,7 @@ where possible options include: -script Evaluate the script file -kotlin-home Path to Kotlin compiler home directory, used for annotations and runtime libraries discovery -androidRes Android resources path + -androidManifest Android manifest file -nowarn Generate no warnings -verbose Enable verbose logging output -version Display compiler version