8160348: jlink should use System.out for usage messages

Reviewed-by: sundar
This commit is contained in:
Jim Laskey 2016-06-27 09:26:47 -03:00
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);