minor hot-fixes

This commit is contained in:
Dmitry Isaenko 2020-07-07 02:24:05 +03:00
parent 8da07a37ba
commit 6100a721af

View file

@ -40,6 +40,7 @@ public class GoldLeaf {
if (arguments.length > 1 && arguments[1].equals("filter")){
filterForNsp = true;
parseFileSince = 2;
}
}
private boolean isHelpDirective(String argument){
@ -55,7 +56,7 @@ public class GoldLeaf {
+ getGlSupportedVersions());
}
private String getGlSupportedVersions(){
StringBuilder builder = new StringBuilder("Supported version: \n");
StringBuilder builder = new StringBuilder("Supported versions: \n");
for (String a : SettingsController.glSupportedVersions){
builder.append("\t");