Skip to content

Commit ec65cf8

Browse files
committed
8240347: remove undocumented options from jlink --help message
Reviewed-by: alanb, redestad
1 parent 3623abb commit ec65cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jdk.jlink/share/classes/jdk/tools/jlink/internal/TaskHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public Option(boolean hasArg,
129129
String shortname,
130130
boolean isTerminal)
131131
{
132-
this(hasArg, processing, false, name, shortname, "", isTerminal);
132+
this(hasArg, processing, hidden, name, shortname, "", isTerminal);
133133
}
134134

135135
public Option(boolean hasArg, Processing<T> processing, String name, String shortname, boolean isTerminal) {

0 commit comments

Comments
 (0)