Skip to content

Commit

Permalink
Update CITEKEY arg name to CITATIONKEY
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Kopp <kopp.dev@gmail.com>
  • Loading branch information
u7282852 and koppor authored Oct 29, 2023
1 parent 6b76bbc commit 0179274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jabref/cli/JabRefCLI.java
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ private static Options getOptions() {
.longOpt("jumpToKey")
.desc(String.format("%s: '%s'", Localization.lang("Jump to the entry of the given citation key."), "-j key"))
.hasArg()
.argName("CITEKEY")
.argName("CITATIONKEY")
.build());

return options;
Expand Down

0 comments on commit 0179274

Please sign in to comment.