From fb4ce1197acbd3c30ea565ef7f8047e8d8d58104 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Fri, 19 Jul 2024 01:28:36 -0700 Subject: [PATCH] Cleaned up help messages --- src/main/java/rife/bld/operations/HelpOperation.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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