mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-26 00:37:10 -07:00
Cleaned up help messages
This commit is contained in:
parent
a3830dbdc0
commit
fb4ce1197a
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
""");
|
""");
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue