CLI: move *CompilerArguments classes to cli-common module.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Usage: org.jetbrains.jet.cli.jvm.K2JVMCompilerArguments
|
||||
Usage: org.jetbrains.jet.cli.common.arguments.K2JVMCompilerArguments
|
||||
-jar [String] jar file name
|
||||
-src [String] source file or directory (allows many paths separated by the system path separator)
|
||||
-classpath [String] classpath to use when compiling
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Invalid argument: -wrongArgument
|
||||
Usage: org.jetbrains.jet.cli.jvm.K2JVMCompilerArguments
|
||||
Usage: org.jetbrains.jet.cli.common.arguments.K2JVMCompilerArguments
|
||||
-jar [String] jar file name
|
||||
-src [String] source file or directory (allows many paths separated by the system path separator)
|
||||
-classpath [String] classpath to use when compiling
|
||||
|
||||
Reference in New Issue
Block a user