Minor, break the line in "kotlinc -help" if it's too long

To improve description of the "pluginOptions" flag
This commit is contained in:
Alexander Udalov
2016-05-10 22:11:31 +03:00
parent 1a8181bdc4
commit dcb2d7b4f6
2 changed files with 9 additions and 2 deletions
@@ -52,7 +52,7 @@ public abstract class CommonCompilerArguments {
@ValueDescription("<path>")
public String[] pluginClasspaths;
@Argument(value = "P", description = "\n Pass an option to a plugin")
@Argument(value = "P", description = "Pass an option to a plugin")
@ValueDescription(PLUGIN_OPTION_FORMAT)
public String[] pluginOptions;