null
8182838485868788899091
public Args(String[] args) { GetArgs _getArgs = new GetArgs(args); Argument a; for (int i = 0; i < _getArgs.optionCount() ; i++) { a = _getArgs.nthOption(i); if (a.option.equals("-h")) { System.out.println(getUsage()); System.exit(0); }