We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da07a3 commit 6100a72Copy full SHA for 6100a72
src/main/java/nsusbloader/cli/GoldLeaf.java
@@ -40,6 +40,7 @@ public void checkArguments() throws IncorrectSetupException{
40
41
if (arguments.length > 1 && arguments[1].equals("filter")){
42
filterForNsp = true;
43
+ parseFileSince = 2;
44
}
45
46
private boolean isHelpDirective(String argument){
@@ -55,7 +56,7 @@ private void showHelp() throws IncorrectSetupException{
55
56
+ getGlSupportedVersions());
57
58
private String getGlSupportedVersions(){
- StringBuilder builder = new StringBuilder("Supported version: \n");
59
+ StringBuilder builder = new StringBuilder("Supported versions: \n");
60
61
for (String a : SettingsController.glSupportedVersions){
62
builder.append("\t");
0 commit comments