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
@@ -69,7 +69,7 @@ class K2JVMCompilerArguments : CommonCompilerArguments() {
)
var scriptTemplates: Array<String>? by FreezableVar(null)
@Argument(value = "-module-name", description = "Module name")
@Argument(value = "-module-name", valueDescription = "<name>", description = "Name of the generated .kotlin_module file")
var moduleName: String? by FreezableVar(null)
@GradleOption(DefaultValues.JvmTargetVersions::class)