diff --git a/lib/bld/bld-wrapper.jar b/lib/bld/bld-wrapper.jar index 1914147..8c431c8 100644 Binary files a/lib/bld/bld-wrapper.jar and b/lib/bld/bld-wrapper.jar differ diff --git a/src/main/java/rife/bld/operations/HelpOperation.java b/src/main/java/rife/bld/operations/HelpOperation.java index a00bcb8..aae5c68 100644 --- a/src/main/java/rife/bld/operations/HelpOperation.java +++ b/src/main/java/rife/bld/operations/HelpOperation.java @@ -141,7 +141,7 @@ private void executePrintOverviewHelp(Exception exception) { Usage: help [command] [""" + JSON_ARGUMENT + "]"); System.err.println(""" - The following commands are supported. + The following commands are supported: """); var command_length = commands.keySet().stream().max(comparingInt(String::length)).get().length() + 2; @@ -155,8 +155,13 @@ private void executePrintOverviewHelp(Exception exception) { System.err.println(""" - --offline Work without internet (only as first argument) + The following help arguments are supported: + --json Output help in JSON format + + The following bld arguments are supported: + + --offline Work without internet (only as first argument) -?, -h, --help Shows this help message -D= Set a JVM system property -s, --stacktrace Print out the stacktrace for exceptions