Update command line help message

Cette révision appartient à :
standash 2017-09-04 13:19:44 +02:00
Parent cfcd124926
révision ab3a633c0c
2 fichiers modifiés avec 2 ajouts et 2 suppressions

Voir le fichier

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

Voir le fichier

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