8240347: remove undocumented options from jlink --help message
Reviewed-by: alanb, redestad
This commit is contained in:
parent
3623abb7f6
commit
ec65cf8332
@ -129,7 +129,7 @@ public final class TaskHelper {
|
||||
String shortname,
|
||||
boolean isTerminal)
|
||||
{
|
||||
this(hasArg, processing, false, name, shortname, "", isTerminal);
|
||||
this(hasArg, processing, hidden, name, shortname, "", isTerminal);
|
||||
}
|
||||
|
||||
public Option(boolean hasArg, Processing<T> processing, String name, String shortname, boolean isTerminal) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user