Skip to content

Commit 6100a72

Browse files
committed
minor hot-fixes
1 parent 8da07a3 commit 6100a72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/nsusbloader/cli/GoldLeaf.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public void checkArguments() throws IncorrectSetupException{
4040

4141
if (arguments.length > 1 && arguments[1].equals("filter")){
4242
filterForNsp = true;
43+
parseFileSince = 2;
4344
}
4445
}
4546
private boolean isHelpDirective(String argument){
@@ -55,7 +56,7 @@ private void showHelp() throws IncorrectSetupException{
5556
+ getGlSupportedVersions());
5657
}
5758
private String getGlSupportedVersions(){
58-
StringBuilder builder = new StringBuilder("Supported version: \n");
59+
StringBuilder builder = new StringBuilder("Supported versions: \n");
5960

6061
for (String a : SettingsController.glSupportedVersions){
6162
builder.append("\t");

0 commit comments

Comments
 (0)