Skip to content

Commit

Permalink
refactor: changed short parameter fd to d
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAlesik committed Jun 17, 2024
1 parent 2f6b7f3 commit 3fd88b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public void setup() throws ParseException {
}

if (commandLine.hasOption('d')) {
fromDate = LocalDate.parse(commandLine.getOptionValue('f'));
fromDate = LocalDate.parse(commandLine.getOptionValue('d'));
}


Expand Down

0 comments on commit 3fd88b8

Please sign in to comment.