diff --git a/cli/src/main/scala-2.11/coursier/cli/Coursier.scala b/cli/src/main/scala-2.11/coursier/cli/Coursier.scala index bd9a8b06c..be2833cca 100644 --- a/cli/src/main/scala-2.11/coursier/cli/Coursier.scala +++ b/cli/src/main/scala-2.11/coursier/cli/Coursier.scala @@ -344,7 +344,7 @@ case class Bootstrap( downloadDir: String, @Short("f") force: Boolean, - @Help("Set environment variables in the generated launcher. No escaping is done. Value is simply put between quotes in the launcher preamble.") + @Help("Set Java properties in the generated launcher.") @Value("key=value") @Short("P") property: List[String],