CLI help text changed

This commit is contained in:
Andrey Breslav
2013-10-08 15:05:12 +04:00
parent 36435188b9
commit 9391fa79c3
3 changed files with 3 additions and 3 deletions
@@ -43,7 +43,7 @@ public class K2JVMCompilerArguments extends CommonCompilerArguments {
@Argument(value = "jar", description = "jar file name")
public String jar;
@Argument(value = "src", description = "source file or directory")
@Argument(value = "src", description = "source file or directory (allows many paths separated by the system path separator)")
public String src;
@Argument(value = "classpath", description = "classpath to use when compiling")
+1 -1
View File
@@ -1,6 +1,6 @@
Usage: org.jetbrains.jet.cli.jvm.K2JVMCompilerArguments
-jar [String] jar file name
-src [String] source file or directory
-src [String] source file or directory (allows many paths separated by the system path separator)
-classpath [String] classpath to use when compiling
-annotations [String] paths to external annotations
-includeRuntime [flag] include Kotlin runtime in to resulting jar
+1 -1
View File
@@ -1,7 +1,7 @@
Invalid argument: -wrongArgument
Usage: org.jetbrains.jet.cli.jvm.K2JVMCompilerArguments
-jar [String] jar file name
-src [String] source file or directory
-src [String] source file or directory (allows many paths separated by the system path separator)
-classpath [String] classpath to use when compiling
-annotations [String] paths to external annotations
-includeRuntime [flag] include Kotlin runtime in to resulting jar