Skip to content

Commit

Permalink
Merge pull request #1122 from bjaglin/patch-1
Browse files Browse the repository at this point in the history
clarify syntax of --tool-classpath
  • Loading branch information
github-brice-jaglin authored Jun 19, 2020
2 parents 1ca642f + 4105918 commit 4bc3d1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ case class Args(
)
exclude: List[PathMatcher] = Nil,
@Description(
"Additional classpath for compiling and classloading custom rules."
"Additional classpath for compiling and classloading custom rules, as a set of filesystem paths, separated by ':' on Unix or ';' on Windows."
)
toolClasspath: URLClassLoader = ClasspathOps.thisClassLoader,
@Description("The encoding to use for reading/writing files")
Expand Down

0 comments on commit 4bc3d1a

Please sign in to comment.