Skip to content

Commit

Permalink
Merge pull request #42 from ethauvin/main
Browse files Browse the repository at this point in the history
Cleaned up help messages
  • Loading branch information
gbevin authored Jul 19, 2024
2 parents a3830db + fb4ce11 commit e731b00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/java/rife/bld/operations/HelpOperation.java
Original file line number Diff line number Diff line change
Expand Up @@ -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""");
}

/**
Expand All @@ -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<name>=<value> Set a JVM system property
-s, --stacktrace Print out the stacktrace for exceptions
-D<name>=<value> Sets a JVM system property
-s, --stacktrace Prints out the stacktrace for exceptions
""");
}
}

0 comments on commit e731b00

Please sign in to comment.