Update command line help message

Este commit está contenido en:
standash 2017-09-04 13:19:44 +02:00
padre cfcd124926
commit ab3a633c0c
Se han modificado 2 ficheros con 2 adiciones y 2 borrados

Ver fichero

@ -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 fichero

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