Fix cli help tests

This commit is contained in:
Yan Zhulanow
2014-12-11 19:27:37 +03:00
parent 4b18507bf5
commit 6ab2dc90f8
6 changed files with 11 additions and 7 deletions
+2 -2
View File
@@ -10,11 +10,11 @@ where possible options include:
-module <path> Path to the module file to compile
-script Evaluate the script file
-kotlin-home <path> Path to Kotlin compiler home directory, used for annotations and runtime libraries discovery
-androidRes <path> Android resources path
-androidManifest <path> Android manifest file
-nowarn Generate no warnings
-verbose Enable verbose logging output
-version Display compiler version
-help (-h) Print a synopsis of standard options
-X Print a synopsis of advanced options
-P plugin:<pluginId>:<optionName>=<value>
Pass an option to a plugin
OK