From 63d0d7d1c3ec261cfe793c0951ba8613ebb5d9f8 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Sat, 23 Jan 2016 15:42:07 +0100 Subject: [PATCH] Fix help message --- cli/src/main/scala-2.11/coursier/cli/Coursier.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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],