8160348: jlink should use System.out for usage messages
Reviewed-by: sundar
This commit is contained in:
parent
7886baafa8
commit
747cf0453a
@ -176,7 +176,7 @@ public class JlinkTask {
|
||||
|
||||
int run(String[] args) {
|
||||
if (log == null) {
|
||||
setLog(new PrintWriter(System.err, true));
|
||||
setLog(new PrintWriter(System.out, true));
|
||||
}
|
||||
try {
|
||||
optionsHelper.handleOptions(this, args);
|
||||
|
Loading…
x
Reference in New Issue
Block a user