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 1ba35d2 commit e66408dCopy full SHA for e66408d
jabkit/src/main/java/org/jabref/JabKit.java
@@ -106,7 +106,7 @@ private static void applyUsageFooters(CommandLine commandLine,
106
boolean hasInputOption = subCommand.getCommandSpec().options().stream()
107
.anyMatch(opt -> Arrays.asList(opt.names()).contains("--input-format"));
108
boolean hasOutputOption = subCommand.getCommandSpec().options().stream()
109
- .anyMatch(opt -> Arrays.asList(opt.names()).contains("--output-format"));
+ .anyMatch(opt -> Arrays.asList(opt.names()).contains("--output"));
110
111
String footerText = "";
112
footerText += hasInputOption ? inputFooter : "";
0 commit comments