From 5b99571ef4a40805d0415de10577d0401bbc930e Mon Sep 17 00:00:00 2001 From: Serge Guzik Date: Thu, 14 Feb 2019 18:08:21 +0200 Subject: [PATCH] docs: Update help --- warp4j | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) mode change 100644 => 100755 warp4j diff --git a/warp4j b/warp4j old mode 100644 new mode 100755 index 7b88117..b5ec801 --- a/warp4j +++ b/warp4j @@ -10,25 +10,26 @@ function print_help { echo ' -j, --java-version ' echo ' override JDK/JRE version' echo ' examples: "11", "11.0", "11.0.2", "11.0.2+9"' - echo ' default: 11' - echo ' --no-optimize use JRE instead of optimized JDK' + echo ' (default: 11)' + echo ' --no-optimize use JRE instead of optimized JDK;' echo ' by default jdeps and jlink are used to create' echo ' optimized JDK for the partiular jar,' echo ' JRE is always used for java 8' - echo ' --pull check if more recent JDK/JRE distro is available' + echo ' --pull check if more recent JDK/JRE distro is available;' echo ' by default latest cached version that matches' echo ' "--java-version" is used' echo ' --target-linux create binary for Linux' echo ' --target-macos create binary for macOS' echo ' --target-windows create binary for Windows' - echo ' if no targets specified then create for all' + echo ' if no targets are specified then binaries for' + echo ' all targets are created' echo ' --jvm-impl jvm implementation: hotspot or openj9' - echo ' default: hotspot' + echo ' (default: hotspot)' echo ' --jvm-options ' echo ' passed to java like this:' echo ' "java -jar "' - echo ' use quotes, for example:' - echo " '-Xms512m -Xmx1024m'" + echo ' use quotes when passing multiple options' + echo " example: '-Xms512m -Xmx1024m'" echo ' -h, --help show this message' exit }