CLI help text changed

This commit is contained in:
Andrey Breslav
2013-10-08 15:05:12 +04:00
parent 36435188b9
commit 9391fa79c3
3 changed files with 3 additions and 3 deletions
@@ -43,7 +43,7 @@ public class K2JVMCompilerArguments extends CommonCompilerArguments {
@Argument(value = "jar", description = "jar file name")
public String jar;
@Argument(value = "src", description = "source file or directory")
@Argument(value = "src", description = "source file or directory (allows many paths separated by the system path separator)")
public String src;
@Argument(value = "classpath", description = "classpath to use when compiling")