Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gadelrab committed Jun 22, 2017
1 parent 72efb47 commit 4722bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/mpii/frequentrulesminning/MainCLI.java
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ public void run(CommandLine cmd) throws Exception{

public static void main(String [] args) throws Exception {

args=new String[]{"-h"};

MainCLI instance=new MainCLI();
instance.defineOptions();
instance.run(instance.parse(args));
Expand Down

0 comments on commit 4722bc4

Please sign in to comment.