2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-06-16 13:50:51 -07:00

Merge pull request #42 from ethauvin/main

Cleaned up help messages
This commit is contained in:
Geert Bevin 2024-07-19 07:48:17 -04:00 committed by GitHub
commit e731b00287
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -176,7 +176,7 @@ public class HelpOperation {
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:
--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
""");
}
}