[minor] Change expression evaluation cli argument to -Xexpression

This commit is contained in:
Ilya Chernikov
2019-12-11 12:10:56 +01:00
parent ba056bf78c
commit 354be2b14f
5 changed files with 4 additions and 4 deletions
@@ -49,7 +49,7 @@ class K2JVMCompilerArguments : CommonCompilerArguments() {
@Argument(value = "-no-reflect", description = "Don't automatically include Kotlin reflection into the classpath")
var noReflect: Boolean by FreezableVar(false)
@Argument(value = "-expression", description = "Evaluate the given string as a Kotlin script")
@Argument(value = "-Xexpression", description = "Evaluate the given string as a Kotlin script")
var expressions: Array<String>? by FreezableVar(null)
@Argument(