Skip to content

Commit

Permalink
corrected display of help message
Browse files Browse the repository at this point in the history
  • Loading branch information
Jochen Stärk authored and Jochen Stärk committed Sep 15, 2019
1 parent cfd5909 commit 51ffe27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ZUV/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public void run(String[] args) {
ZUGFeRDValidator zfv=new ZUGFeRDValidator();
System.out.println(zfv.validate(filename));

optionsRecognized = optionsRecognized&&(!zfv.hasOptionsError());
optionsRecognized = !zfv.hasOptionsError();
if (!zfv.wasCompletelyValid()) {
System.exit(-1);
}
Expand Down

0 comments on commit 51ffe27

Please sign in to comment.