From ba9bf15bc307bc75f6ca1867c1a0c6dff8eaa345 Mon Sep 17 00:00:00 2001 From: Andrey Breslav Date: Wed, 25 Jul 2012 12:40:26 +0400 Subject: [PATCH] Test data updated to meet cli-parser-1.1 output --- compiler/testData/cli/help.out | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/compiler/testData/cli/help.out b/compiler/testData/cli/help.out index 9235aea4de2..22cfb0df5a7 100644 --- a/compiler/testData/cli/help.out +++ b/compiler/testData/cli/help.out @@ -3,16 +3,16 @@ Usage: org.jetbrains.jet.cli.jvm.K2JVMCompilerArguments -src [String] source file or directory -classpath [String] classpath to use when compiling -annotations [String] paths to external annotations - -includeRuntime [flag] - -noJdk [flag] - -noStdlib [flag] - -noJdkAnnotations [flag] - -builtins [flag] + -includeRuntime [flag] include Kotlin runtime in to resulting jar + -noJdk [flag] don't include Java runtime into classpath + -noStdlib [flag] don't include Kotlin runtime into classpath + -noJdkAnnotations [flag] don't include JDK external annotations into classpath + -builtins [flag] compile builtin classes (internal) -output [String] output directory -module [String] module to compile - -script [flag] - -tags [flag] - -verbose [flag] - -version [flag] - -help (-h) [flag] + -script [flag] evaluate script + -tags [flag] Demarcate each compilation message (error, warning, etc) with an open and close tag + -verbose [flag] Enable verbose logging output + -version [flag] Display compiler version + -help (-h) [flag] show help INTERNAL_ERROR