Fix help message

This commit is contained in:
Alexandre Archambault 2016-01-23 15:42:07 +01:00
parent 92e5917af6
commit 63d0d7d1c3
1 changed files with 1 additions and 1 deletions

View File

@ -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],