Update command line help message

This commit is contained in:
standash 2017-09-04 13:19:44 +02:00
vanhempi cfcd124926
commit ab3a633c0c
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa

Näytä tiedosto

@ -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);
}
}

Näytä tiedosto

@ -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());