1
0
Derivar 0

Update command line help message

Este cometimento está contido em:
standash 2017-09-04 13:19:44 +02:00
ascendente cfcd124926
cometimento ab3a633c0c
2 ficheiros modificados com 2 adições e 2 eliminações

Ver ficheiro

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

Ver ficheiro

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