Documentation tweaks.

This commit is contained in:
Nikolay Igotti
2018-06-28 15:52:00 +03:00
parent 9f64280bc7
commit e2b051e2d5
4 changed files with 13 additions and 5 deletions
@@ -75,7 +75,9 @@ class K2NativeCompilerArguments : CommonCompilerArguments() {
@Argument(value = "-entry", shortName = "-e", valueDescription = "<name>", description = "Qualified entry point name")
var mainPackage: String? = null
@Argument(value = "-produce", shortName = "-p", valueDescription = "{program|dynamic|framework|library|bitcode}", description = "Specify output file kind")
@Argument(value = "-produce", shortName = "-p",
valueDescription = "{program|static|dynamic|framework|library|bitcode}",
description = "Specify output file kind")
var produce: String? = null
@Argument(value = "-repo", shortName = "-r", valueDescription = "<path>", description = "Library search path")