diff --git a/src/main/java/rife/bld/operations/HelpOperation.java b/src/main/java/rife/bld/operations/HelpOperation.java index d460164..94d80ca 100644 --- a/src/main/java/rife/bld/operations/HelpOperation.java +++ b/src/main/java/rife/bld/operations/HelpOperation.java @@ -176,7 +176,7 @@ public void executePrintHelpArguments() { The following help arguments are supported: - --json Output help in JSON format"""); + --json Outputs help in JSON format"""); } /** @@ -189,10 +189,10 @@ public void executePrintBldArguments() { The following bld arguments are supported: - --offline Work without internet (only as first argument) + --offline Works without Internet (only as first argument) -?, -h, --help Shows the help - -D= Set a JVM system property - -s, --stacktrace Print out the stacktrace for exceptions + -D= Sets a JVM system property + -s, --stacktrace Prints out the stacktrace for exceptions """); } } \ No newline at end of file