5152535455565758596061
processOptions(); execute(); } private void parseOptions(String[] args) { options = new CommandLineParser(); try { options.parse(args); } catch (ParseException e) { fatalError(e.getMessage()); options.printHelp();