Skip to content

Commit

Permalink
Update deprecated CommandLineParser implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
R4JxF60 committed Sep 8, 2024
1 parent 7560d72 commit 17ae919
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public static void main(String[] args) throws Exception {
Options options = getOptions();

// create the command line parser
CommandLineParser parser = new GnuParser();
CommandLineParser parser = new DefaultParser();

// parse the command line arguments
try {
Expand Down

0 comments on commit 17ae919

Please sign in to comment.