2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-04-26 08:37:11 -07:00

Cleaned up help messages

This commit is contained in:
Erik C. Thauvin 2024-07-19 01:28:36 -07:00
parent a3830dbdc0
commit fb4ce1197a
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

@ -176,7 +176,7 @@ public class HelpOperation {
The following help arguments are supported: The following help arguments are supported:
--json Output help in JSON format"""); --json Outputs help in JSON format""");
} }
/** /**
@ -189,10 +189,10 @@ public class HelpOperation {
The following bld arguments are supported: 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 -?, -h, --help Shows the help
-D<name>=<value> Set a JVM system property -D<name>=<value> Sets a JVM system property
-s, --stacktrace Print out the stacktrace for exceptions -s, --stacktrace Prints out the stacktrace for exceptions
"""); """);
} }
} }