diff --git a/backend.native/cli.bc/src/org/jetbrains/kotlin/cli/bc/K2NativeCompilerArguments.java b/backend.native/cli.bc/src/org/jetbrains/kotlin/cli/bc/K2NativeCompilerArguments.java index 61c4f4e8e3d..193df0f347a 100644 --- a/backend.native/cli.bc/src/org/jetbrains/kotlin/cli/bc/K2NativeCompilerArguments.java +++ b/backend.native/cli.bc/src/org/jetbrains/kotlin/cli/bc/K2NativeCompilerArguments.java @@ -57,7 +57,7 @@ public class K2NativeCompilerArguments extends CommonCompilerArguments { @Argument(value = "-output", shortName = "-o", valueDescription = "", description = "Output file path") public String outputFile; - @Argument(value = "-produce", valueDescription = "{program|library|bitcode}", description = "Produce either .kexe, .klib or a .bc file.") + @Argument(value = "-produce", shortName = "-p", valueDescription = "{program|library|bitcode}", description = "Produce either .kexe, .klib or a .bc file.") public String produce; @Argument(value = "-properties", valueDescription = "", description = "Override standard 'konan.properties' location")