Update command line help message

This commit is contained in:
standash 2017-09-04 13:19:44 +02:00
부모 cfcd124926
커밋 ab3a633c0c
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -158,7 +158,7 @@ public class Main {
}
catch (ParseException e) {
System.out.println("ERROR: " + e.getMessage());
helpFormatter.printHelp("utility-name", opts);
helpFormatter.printHelp("java -jar molerat.jar", opts);
}
}

파일 보기

@ -58,7 +58,7 @@ public class Main {
}
catch (ParseException e) {
System.out.println("ERROR: " + e.getMessage());
helpFormatter.printHelp("utility-name", opts);
helpFormatter.printHelp("java -jar repoman.jar", opts);
}
catch (Exception e) {
System.out.println("ERROR: " + e.getMessage());