Skip to content

Commit

Permalink
#92 use the right option parser
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhoule committed Dec 15, 2013
1 parent 0799de8 commit 8794fda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void setConf(Configuration arg0) {

@Override
public int run(String[] strings) throws Exception {
OptionParser parser=new OptionParser(DiffFactsOptions.class);
OptionParser parser=new OptionParser(ExtractIsATool.class);
applicationContext.getAutowireCapableBeanFactory().autowireBean(parser);

ExtractIsAOptions options=(ExtractIsAOptions) parser.parse(Lists.newArrayList(strings));
Expand Down

0 comments on commit 8794fda

Please sign in to comment.