Minor, improve "-module-name" argument description

This commit is contained in:
Alexander Udalov
2017-11-02 18:36:14 +01:00
parent dc23a53116
commit cc9ebb26de
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ where possible options include:
-java-parameters Generate metadata for Java 1.8 reflection on method parameters
-jdk-home <path> Path to JDK home directory to include into classpath, if differs from default JAVA_HOME
-jvm-target <version> Target version of the generated JVM bytecode (1.6 or 1.8), default is 1.6
-module-name Module name
-module-name <name> Name of the generated .kotlin_module file
-no-jdk Don't include Java runtime into classpath
-no-reflect Don't include Kotlin reflection implementation into classpath
-no-stdlib Don't include Kotlin runtime into classpath